pkgsrc-WIP-changes archive

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

astguiclient-vicidial: Fix do-install stage with ${PAX} instruction.



Module Name:	pkgsrc-wip
Committed By:	Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By:	angelmadames
Date:		Thu Jul 13 14:04:07 2017 -0400
Changeset:	7d921de8c6f5b129952504609f60117de102eb52

Modified Files:
	astguiclient-vicidial/Makefile

Log Message:
astguiclient-vicidial: Fix do-install stage with ${PAX} instruction.

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

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

diffstat:
 astguiclient-vicidial/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/astguiclient-vicidial/Makefile b/astguiclient-vicidial/Makefile
index 33e4cec89b..dbf4ab4f4f 100644
--- a/astguiclient-vicidial/Makefile
+++ b/astguiclient-vicidial/Makefile
@@ -104,7 +104,7 @@ do-install:
 		--DONEmonitor=${VARBASE}/spool/asterisk/monitorDONE \
 		--copy_sample_conf_files \
 		--asterisk_version=11.
-	cd ${WRKSRC}/extras && ${PAX} -wr * ${PREFIX}/share/vicidial/extras
+	cd ${WRKSRC} && ${PAX} -wr extras/ ${PREFIX}/share/vicidial/
 	#${CP} -R ${WRKSRC}/extras  ${PREFIX}/share/vicidial/extras
 
 .include "options.mk"


Home | Main Index | Thread Index | Old Index