r19403 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:46:08 UTC 2014


Author: jghali
Date: Mon Aug  4 19:46:08 2014
New Revision: 19403

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

Modified:
    trunk/Scribus/resources/templates/CMakeLists.txt

Modified: trunk/Scribus/resources/templates/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=19403&path=/trunk/Scribus/resources/templates/CMakeLists.txt
==============================================================================
--- trunk/Scribus/resources/templates/CMakeLists.txt (original)
+++ trunk/Scribus/resources/templates/CMakeLists.txt Mon Aug  4 19:46:08 2014
@@ -38,7 +38,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