]> git.pld-linux.org Git - packages/captive.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 7 Sep 2004 14:16:40 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    captive-non_root_install.patch -> 1.1

captive-non_root_install.patch [new file with mode: 0644]

diff --git a/captive-non_root_install.patch b/captive-non_root_install.patch
new file mode 100644 (file)
index 0000000..08e473f
--- /dev/null
@@ -0,0 +1,24 @@
+diff -burN captive-1.1.5.orig/src/client/sandbox-server/Makefile.am captive-1.1.5/src/client/sandbox-server/Makefile.am
+--- captive-1.1.5.orig/src/client/sandbox-server/Makefile.am   2004-09-07 14:07:06.000000000 +0200
++++ captive-1.1.5/src/client/sandbox-server/Makefile.am        2004-09-07 14:09:43.000000000 +0200
+@@ -23,7 +23,7 @@
+ captive_sandbox_server_CFLAGS=$(ORBIT_CFLAGS) $(LINC_CFLAGS)
+ captive_sandbox_server_LDADD =$(ORBIT_LIBS)   $(LINC_LIBS)   $(captive_library) $(INTLLIBS)
+ sbin_PROGRAMS+=captive-sandbox-server
+-sbinPROGRAMS_INSTALL=${INSTALL} -o root -g root -m 4755
++sbinPROGRAMS_INSTALL=${INSTALL}
+ EXTRA_DIST+=.gdbinit
+ install-data-hook:
+diff -burN captive-1.1.5.orig/src/client/sandbox-server/Makefile.in captive-1.1.5/src/client/sandbox-server/Makefile.in
+--- captive-1.1.5.orig/src/client/sandbox-server/Makefile.in   2004-09-07 14:07:06.000000000 +0200
++++ captive-1.1.5/src/client/sandbox-server/Makefile.in        2004-09-07 14:43:27.369974344 +0200
+@@ -304,7 +304,7 @@
+ captive_sandbox_server_CFLAGS = $(ORBIT_CFLAGS) $(LINC_CFLAGS)
+ captive_sandbox_server_LDADD = $(ORBIT_LIBS)   $(LINC_LIBS)   $(captive_library) $(INTLLIBS)
+-sbinPROGRAMS_INSTALL = ${INSTALL} -o root -g root -m 4755
++sbinPROGRAMS_INSTALL = ${INSTALL}
+ @ENABLE_MAN_PAGES_TRUE@captive_sandbox_server_man_cond = captive-sandbox-server.1
+ man_MANS = $(captive_sandbox_server_man_cond)
+ subdir = ./src/client/sandbox-server
This page took 0.065619 seconds and 4 git commands to generate.