[gimp-perl] Updated EXE_FILES to refer to location of recently moved executable scripts.



commit 50283cd46e1085109a4fa38dad105722a991eedc
Author: Kevin Cozens <kcozens cvs gnome org>
Date:   Thu Feb 24 12:17:26 2011 -0500

    Updated EXE_FILES to refer to location of recently moved executable scripts.

 Makefile.PL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 69b2b1f..6b1876c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -217,8 +217,8 @@ print "writing Gimp/Config.pm... ";
 }
 print "ok\n";
 
- EXE_FILES = qw(gimpdoc xcftopnm embedxpm);
-push @EXE_FILES, qw(scm2perl) if $PRD;
+ EXE_FILES = qw(utils/gimpdoc utils/xcftopnm utils/embedxpm);
+push @EXE_FILES, qw(utils/scm2perl) if $PRD;
 
 WriteMakefile(
     'dist'	=> {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]