]> git.pld-linux.org Git - packages/album.git/blame - album-OS.patch
- version 1.44
[packages/album.git] / album-OS.patch
CommitLineData
eddaa5e5
JK
1diff -durN album-2.35.orig/album album-2.35/album
2--- album-2.35.orig/album Wed May 22 20:22:35 2002
3+++ album-2.35/album Fri May 24 08:22:41 2002
4@@ -165,8 +165,10 @@
5 # (Need to figure this out - make a tmpfile? $DEV_NULL = ...?)
6
7 # 6) .exe extension if we don't have it
8- $CONVERT =~ s/(\.exe)?$/.exe/ig;
9- $IDENTIFY =~ s/(\.exe)?$/.exe/ig;
10+ if ($CRAPPY_OS) {
11+ $CONVERT =~ s/(\.exe)?$/.exe/ig;
12+ $IDENTIFY =~ s/(\.exe)?$/.exe/ig;
13+ }
14
15 #########################
16 # URLs for these scripts - don't change
This page took 0.059601 seconds and 4 git commands to generate.