pkgsrc-WIP-changes archive

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

xcursor-core-hr: align trailing backslashes (NFC)



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Nov 16 13:19:27 2022 +0100
Changeset:	3079addac5f97dbc556e0ed8542896fd6a516279

Modified Files:
	xcursor-core-hr/Makefile

Log Message:
xcursor-core-hr: align trailing backslashes (NFC)

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

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

diffstat:
 xcursor-core-hr/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/xcursor-core-hr/Makefile b/xcursor-core-hr/Makefile
index cf1b269701..602e6b00ac 100644
--- a/xcursor-core-hr/Makefile
+++ b/xcursor-core-hr/Makefile
@@ -25,8 +25,8 @@ do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} ./build.sh
 
 do-install:
-	 cd ${WRKSRC} && ${PAX} -wr core-hr									\
-	 ${DESTDIR}${PREFIX}/share/icons
+	cd ${WRKSRC} && ${PAX} -wr core-hr								\
+	${DESTDIR}${PREFIX}/share/icons
 
 post-install:
 	${INSTALL_DATA} ${FILESDIR}/index.theme								\


Home | Main Index | Thread Index | Old Index