Codebase list splix / 8610b9d debian / patches / 0002-Rename-drv.patch
8610b9d

Tree @8610b9d (Download .tar.gz)

0002-Rename-drv.patch @8610b9draw · history · blame

Index: splix-2.0.0+svn306/ppd/Makefile
===================================================================
--- splix-2.0.0+svn306.orig/ppd/Makefile	2012-04-22 23:22:15.213881971 +0200
+++ splix-2.0.0+svn306/ppd/Makefile	2012-04-22 23:23:55.362378597 +0200
@@ -151,7 +151,7 @@
 	$(call printCmd, $(cmd_install_drv))
 	$(Q)install -d -m 755 ${DESTDIR}${CUPSDRV}
 	$(Q)for filename in ${DRVS}; do \
-		install -m 644 $$filename ${DESTDIR}${CUPSDRV};\
+		install -m 644 $$filename ${DESTDIR}${CUPSDRV}/splix-$$filename;\
 		done;
 endif