updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / rlocate-utils / nogrp_nomod.patch
blob4d89837158cd87a1f6f5d2ce61ef4c942d103123
1 diff -uNr rlocate-0.5.5/src/Makefile rlocate-0.5.5-new/src/Makefile
2 --- rlocate-0.5.5/src/Makefile 2007-01-12 22:04:54.000000000 +0000
3 +++ rlocate-0.5.5-new/src/Makefile 2007-01-12 22:07:23.000000000 +0000
4 @@ -203,7 +203,7 @@
5 rlocate.h rlocate.c cmds.c cmds.h conf.c conf.h utils.c \
6 utils.h
8 -SUBDIRS = rlocate-daemon rlocate-module rlocate-scripts
9 +SUBDIRS = rlocate-daemon rlocate-scripts
10 EXTRA_DIST = rlocate.cron rlocate-scripts install-cron.sh.in
11 AM_CFLAGS =
12 all: all-recursive
13 @@ -570,8 +570,6 @@
15 install-exec-hook:
16 $(INSTALL) -d $(RLOCATE_DB_DIR)
17 - chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/$(rlocate)
18 - chown $(root_uid):$(rlocate_group) $(RLOCATE_DB_DIR)
19 chmod 2755 $(DESTDIR)$(bindir)/$(rlocate)
20 chmod 0750 $(RLOCATE_DB_DIR)
21 -$(LN_S) -f $(rlocate) $(DESTDIR)$(bindir)/$(updatedb)
22 diff -uNr rlocate-0.5.5/src/rlocate-scripts/Makefile rlocate-0.5.5-new/src/rlocate-scripts/Makefile
23 --- rlocate-0.5.5/src/rlocate-scripts/Makefile 2007-01-12 22:04:55.000000000 +0000
24 +++ rlocate-0.5.5-new/src/rlocate-scripts/Makefile 2007-01-12 22:05:57.000000000 +0000
25 @@ -352,8 +352,6 @@
26 rm $(srcdir)/rlocate-checkpoint.temp
28 install-exec-hook:
29 - -/usr/sbin/groupadd $(rlocate_group)
30 - chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/rlocate-checkpoint
31 chmod 2755 $(DESTDIR)$(bindir)/rlocate-checkpoint
33 uninstall-hook: