diff options
author | Adam Bellinson <thread@gentoo.org> | 2001-06-22 05:15:19 +0000 |
---|---|---|
committer | Adam Bellinson <thread@gentoo.org> | 2001-06-22 05:15:19 +0000 |
commit | 6a5439ab59a28adc7139e28f19c0ee0c501f11f5 (patch) | |
tree | e0347dffcfd101a665f3d9337cc1b0ff3add3863 /media-gfx/qiv/files | |
parent | *** empty log message *** (diff) | |
download | historical-6a5439ab59a28adc7139e28f19c0ee0c501f11f5.tar.gz historical-6a5439ab59a28adc7139e28f19c0ee0c501f11f5.tar.bz2 historical-6a5439ab59a28adc7139e28f19c0ee0c501f11f5.zip |
*** empty log message ***
Diffstat (limited to 'media-gfx/qiv/files')
-rw-r--r-- | media-gfx/qiv/files/fix_prefix.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/qiv/files/fix_prefix.pl b/media-gfx/qiv/files/fix_prefix.pl index 5f431ba32e22..323fcff91121 100644 --- a/media-gfx/qiv/files/fix_prefix.pl +++ b/media-gfx/qiv/files/fix_prefix.pl @@ -18,4 +18,4 @@ close MAKEFILE; close TMP; system "cp ${ARGV[0]}/tmp ${ARGV[0]}/Makefile"; -#unlink "${ARGV[0]}/tmp"; +unlink "${ARGV[0]}/tmp"; |