Package file name should not use upper-case chars

... as explained by Diver. ;-) Thanks.
This commit is contained in:
Siarzhuk Zharski
2013-01-23 20:17:26 +00:00
parent 4e62b9d0d2
commit e76c335a12

View File

@@ -112,7 +112,7 @@ diff -aur unrar/makefile.unix unrar.4.2.4.haiku/makefile.unix
+
+VERSION=4.2.4
+DATE := `date +%F`
+PACKAGE_NAME := UnRAR-$(VERSION)-$(MACHINE)-$(DATE)
+PACKAGE_NAME := unrar-$(VERSION)-$(MACHINE)-$(DATE)
+COMMENT = .OptionalPackageDescription
+DESCRIPTION = dist/$(COMMENT)
+
@@ -259,5 +259,5 @@ diff -aur unrar/unrar.rdef unrar.4.2.4.haiku/unrar.rdef
+ variety = 0,
+ internal = 0,
+ short_info = "4.2.4",
+ long_info = "4.2.4 Alexander Roshal"
+ long_info = "4.2.4 Alexander Roshal"
+};