- push BUILD_DIR on INC
authorMichael Schröder <mls@suse.de>
Thu, 6 Nov 2008 14:14:37 +0000 (14:14 +0000)
committerMichael Schröder <mls@suse.de>
Thu, 6 Nov 2008 14:14:37 +0000 (14:14 +0000)
changelog2spec

index e027c75..39a0f0e 100755 (executable)
@@ -4,6 +4,10 @@
 # Convert a SUSE or Debian changelog file to rpm format
 #
 
+BEGIN {
+  unshift @INC, ($::ENV{'BUILD_DIR'} || '/usr/lib/build');
+}
+
 use Date::Parse;
 use Time::Zone;