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
5 rlocate.h rlocate.c cmds.c cmds.h conf.c conf.h utils.c \
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
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
26 rm $(srcdir)/rlocate-checkpoint.temp
29 - -/usr/sbin/groupadd $(rlocate_group)
30 - chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/rlocate-checkpoint
31 chmod 2755 $(DESTDIR)$(bindir)/rlocate-checkpoint