pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

auto-admin: Add test case for problem with exists()



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 6 07:38:31 2017 -0500
Changeset:	e459b10e4fe6130de23daa95334e9290958447d1

Modified Files:
	auto-admin/Makefile

Log Message:
auto-admin: Add test case for problem with exists()

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e459b10e4fe6130de23daa95334e9290958447d1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 auto-admin/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index ffb874c111..13268f2263 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -33,10 +33,10 @@ do-install:
 #.if exists(${WRKSRC}/${OPSYS}/Scripts)
 # This does not work
 #.if exists(/usr/pkgsrc/wip/auto-admin/work/auto-admin-0.4.0)
-# This does work on NetBSD, but not CentOS 6
+# This works
 # .if exists(/usr/pkgsrc/wip/auto-admin/work)
-# This workis on CentOS 6
-# .if exists(/usr/pkgsrc/wip/auto-admin)
+# This works after mkdir /etc/auto-admin-0.4.0
+# .if exists(/etc/auto-admin-0.4.0)
 # Temporary hack
 .if ${OPSYS} == NetBSD
 	@${ECHO} "Installing ${WRKSRC}/${OPSYS}/Scripts/*"


Home | Main Index | Thread Index | Old Index