diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-23 16:46:58 +0000 |
commit | d16b0f3a13066018e0c9b53d4647c02b0249fae1 (patch) | |
tree | 07720ff9dadcddcc8e78ed44a1fe13e9085d9bc4 /print/cups-base/files/patch-data-Makefile | |
parent | e5fdc91f4424111ee42657869e9c4c81b5b59603 (diff) |
Notes
Diffstat (limited to 'print/cups-base/files/patch-data-Makefile')
-rw-r--r-- | print/cups-base/files/patch-data-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/cups-base/files/patch-data-Makefile b/print/cups-base/files/patch-data-Makefile index 508fc84eea58..b5c974148dec 100644 --- a/print/cups-base/files/patch-data-Makefile +++ b/print/cups-base/files/patch-data-Makefile @@ -1,10 +1,10 @@ ---- data/Makefile.orig Sat Aug 18 10:38:01 2001 -+++ data/Makefile Sat Aug 18 10:39:25 2001 -@@ -93,14 +93,14 @@ +--- data/Makefile.orig Thu Jan 31 09:53:42 2002 ++++ data/Makefile Sat Feb 2 23:34:44 2002 +@@ -97,14 +97,14 @@ for file in $(DATAFILES); do \ $(INSTALL_DATA) $$file $(DATADIR)/data; \ done -- -if test x$(PAMDIR) != x; then \ +- -if test x$(PAMDIR) != x$(BUILDROOT); then \ - $(INSTALL_DIR) $(PAMDIR); \ - if test -f /lib/security/pam_unix.so; then \ - $(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \ @@ -12,7 +12,7 @@ - $(INSTALL_DATA) cups.pam $(PAMDIR)/cups; \ - fi \ - fi -+# -if test x$(PAMDIR) != x; then \ ++# -if test x$(PAMDIR) != x$(BUILDROOT); then \ +# $(INSTALL_DIR) $(PAMDIR); \ +# if test -f /lib/security/pam_unix.so; then \ +# $(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \ |