r19402 by jghali - fix nl1 and nl2 templates being incorrectly installed in same directory

scribus-commit scribus-commit at lists.scribus.net
Mon Aug 4 19:45:38 UTC 2014


Author: jghali
Date: Mon Aug  4 19:45:38 2014
New Revision: 19402

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=19402
Log:
fix nl1 and nl2 templates being incorrectly installed in same directory

Modified:
    branches/Version14x/Scribus/resources/templates/CMakeLists.txt

Modified: branches/Version14x/Scribus/resources/templates/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19402&path=/branches/Version14x/Scribus/resources/templates/CMakeLists.txt
==============================================================================
--- branches/Version14x/Scribus/resources/templates/CMakeLists.txt (original)
+++ branches/Version14x/Scribus/resources/templates/CMakeLists.txt Mon Aug  4 19:45:38 2014
@@ -53,7 +53,7 @@
 	nl2/nl2.png
 	nl2/nl2tn.png
 	nl2/nl2.sla.gz
-	  DESTINATION ${TEMPLATEDIR}nl1
+	  DESTINATION ${TEMPLATEDIR}nl2
 	)
 
 	INSTALL(FILES




More information about the scribus-commit mailing list