]> git.pld-linux.org Git - packages/captive.git/blame - captive-non_root_install.patch
- use lufis not lufsd - taken from gentoo
[packages/captive.git] / captive-non_root_install.patch
CommitLineData
41d91741
AG
1diff -burN captive-1.1.5.orig/src/client/sandbox-server/Makefile.am captive-1.1.5/src/client/sandbox-server/Makefile.am
2--- captive-1.1.5.orig/src/client/sandbox-server/Makefile.am 2004-09-07 14:07:06.000000000 +0200
3+++ captive-1.1.5/src/client/sandbox-server/Makefile.am 2004-09-07 14:09:43.000000000 +0200
4@@ -23,7 +23,7 @@
5 captive_sandbox_server_CFLAGS=$(ORBIT_CFLAGS) $(LINC_CFLAGS)
6 captive_sandbox_server_LDADD =$(ORBIT_LIBS) $(LINC_LIBS) $(captive_library) $(INTLLIBS)
7 sbin_PROGRAMS+=captive-sandbox-server
8-sbinPROGRAMS_INSTALL=${INSTALL} -o root -g root -m 4755
9+sbinPROGRAMS_INSTALL=${INSTALL}
10 EXTRA_DIST+=.gdbinit
11
12 install-data-hook:
13diff -burN captive-1.1.5.orig/src/client/sandbox-server/Makefile.in captive-1.1.5/src/client/sandbox-server/Makefile.in
14--- captive-1.1.5.orig/src/client/sandbox-server/Makefile.in 2004-09-07 14:07:06.000000000 +0200
15+++ captive-1.1.5/src/client/sandbox-server/Makefile.in 2004-09-07 14:43:27.369974344 +0200
16@@ -304,7 +304,7 @@
17
18 captive_sandbox_server_CFLAGS = $(ORBIT_CFLAGS) $(LINC_CFLAGS)
19 captive_sandbox_server_LDADD = $(ORBIT_LIBS) $(LINC_LIBS) $(captive_library) $(INTLLIBS)
20-sbinPROGRAMS_INSTALL = ${INSTALL} -o root -g root -m 4755
21+sbinPROGRAMS_INSTALL = ${INSTALL}
22 @ENABLE_MAN_PAGES_TRUE@captive_sandbox_server_man_cond = captive-sandbox-server.1
23 man_MANS = $(captive_sandbox_server_man_cond)
24 subdir = ./src/client/sandbox-server
This page took 0.049717 seconds and 4 git commands to generate.