pkgsrc-WIP-changes archive

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

fastqc: remove unnecessary quoting



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 20 15:48:14 2021 +0100
Changeset:	544a9d4a0a860e80841201c487161a96bf333fb5

Modified Files:
	fastqc/Makefile

Log Message:
fastqc: remove unnecessary quoting

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

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

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

diffs:
diff --git a/fastqc/Makefile b/fastqc/Makefile
index 2e3795880c..3e4a11824f 100644
--- a/fastqc/Makefile
+++ b/fastqc/Makefile
@@ -39,6 +39,6 @@ do-install:
 	cd ${WRKSRC} && pax -rw net ${DESTDIR}${JAVAJARDIR}/fastqc
 	cd ${WRKSRC} && pax -rw org ${DESTDIR}${JAVAJARDIR}/fastqc
 	cd ${WRKSRC} && pax -rw uk ${DESTDIR}${JAVAJARDIR}/fastqc
-	cd ${WRKSRC} && pax -rw 'Help' ${DESTDIR}${DOCSDIR}
+	cd ${WRKSRC} && pax -rw Help ${DESTDIR}${DOCSDIR}
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index