diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 17:06:41 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 17:06:41 +0100 |
commit | b55577524cc9a3534dd8dc3ef131745b5ddd4ad3 (patch) | |
tree | 47285dcbc5e05f98f033c8875ce371703b763220 | |
parent | 5814d15bb65d536100af38257b2c1fc960e12004 (diff) | |
download | nx-libs-b55577524cc9a3534dd8dc3ef131745b5ddd4ad3.tar.gz nx-libs-b55577524cc9a3534dd8dc3ef131745b5ddd4ad3.tar.bz2 nx-libs-b55577524cc9a3534dd8dc3ef131745b5ddd4ad3.zip |
fix patch 001
-rw-r--r-- | debian/patches/001_add-main-makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/001_add-main-makefile.patch b/debian/patches/001_add-main-makefile.patch index 0f6c1b5a0..c0f95b38e 100644 --- a/debian/patches/001_add-main-makefile.patch +++ b/debian/patches/001_add-main-makefile.patch @@ -27,7 +27,7 @@ + cd nxcompext && autoconf + cd nxcompshad && autoconf + cd nx-X11 && make World -+ cd nxproxy && autoconf && configure && make ++ cd nxproxy && autoconf && ./configure && make + +build-indep: + |