]> git.pld-linux.org Git - packages/poppassd.git/blame - poppassd-DESTDIR.patch
- updated to 1.8.3
[packages/poppassd.git] / poppassd-DESTDIR.patch
CommitLineData
669ad894
PG
1--- ../poppassd-1.8.2/Makefile.org Wed Jun 5 23:10:23 2002
2+++ ../poppassd-1.8.2/Makefile Wed Jan 15 14:09:44 2003
3@@ -6,7 +6,8 @@
4 $(CC) $(CFLAGS) poppassd.c -o poppassd -lpam -ldl $(FLAGS)
5
6 install: poppassd
7- install -g bin -o root -m 500 poppassd $(BINDIR)
8+ install -d $(DESTDIR)$(BINDIR)
9+ install poppassd $(DESTDIR)$(BINDIR)
10
11 clean:
12 rm -f *.o *~* core Makefile.new Makefile.bak poppassd
This page took 0.052541 seconds and 4 git commands to generate.