[X2go-Commits] nx-libs.git - master (branch) updated: 4c66f3d5c1fcad75d13e2dbdd7b04a352e3029e9
X2go dev team
git-admin at x2go.org
Mon Dec 5 09:50:19 CET 2011
The branch, master has been updated
via 4c66f3d5c1fcad75d13e2dbdd7b04a352e3029e9 (commit)
from a2d77744db9adfba4bf30d03a1bed3256653fc3e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4c66f3d5c1fcad75d13e2dbdd7b04a352e3029e9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Dec 5 09:50:16 2011 +0100
forgot to add file (015_nxproxy-makefile-uninstall.patch)
-----------------------------------------------------------------------
Summary of changes:
.../patches/015_nxproxy-makefile-uninstall.patch | 35 ++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644 debian/patches/015_nxproxy-makefile-uninstall.patch
The diff of changes is:
diff --git a/debian/patches/015_nxproxy-makefile-uninstall.patch b/debian/patches/015_nxproxy-makefile-uninstall.patch
new file mode 100644
index 0000000..4c349fb
--- /dev/null
+++ b/debian/patches/015_nxproxy-makefile-uninstall.patch
@@ -0,0 +1,35 @@
+--- a/nxproxy/Makefile.in
++++ b/nxproxy/Makefile.in
+@@ -41,6 +41,8 @@
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
++DESTDIR =
++RM_FILE = rm -f
+
+ #
+ # This should be autodetected.
+@@ -87,11 +89,20 @@
+ install: install.bin install.man
+
+ install.bin: $(PROGRAM)
+- $(srcdir)/mkinstalldirs $(bindir)
+- $(INSTALL) $(PROGRAM) $(bindir)/$(PROGRAM)
++ $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
++ $(INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(bindir)/$(PROGRAM)
+
+ install.man:
+- $(srcdir)/mkinstalldirs $(man1dir)
++ $(srcdir)/mkinstalldirs $(DESTDIR)$(man1dir)
++ $(INSTALL_DATA) man/$(PROGRAM).1 $(DESTDIR)$(man1dir)/$(PROGRAM).1
++
++uninstall: uninstall.bin uninstall.man
++
++uninstall.bin:
++ $(RM_FILE) $(DESTDIR)$(bindir)/$(PROGRAM)
++
++uninstall.man:
++ $(RM_FILE) $(DESTDIR)$(man1dir)/nxproxy.1
+
+ clean:
+ -rm -f *~ *.o *.bak st?????? core core.* *.out.* \
hooks/post-receive
--
nx-libs.git (NX libraries)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nx-libs.git" (NX libraries).
More information about the x2go-commits
mailing list