diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/001_add-main-makefile.full+lite.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/001_add-main-makefile.full+lite.patch b/debian/patches/001_add-main-makefile.full+lite.patch index f10144608..7f79277d7 100644 --- a/debian/patches/001_add-main-makefile.full+lite.patch +++ b/debian/patches/001_add-main-makefile.full+lite.patch @@ -32,7 +32,7 @@ Last-Update: 2011-12-31 + cd nxcompext && autoconf + cd nxcompshad && autoconf + cd nx-X11 && $(MAKE) World -+ cd nxproxy && autoconf && ./configure && $(MAKE) ++ cd nxproxy && autoconf && (${CONFIGURE}) && $(MAKE) + +build: + if ! test -d nx-X11; then \ |