X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/f64efe8dd19cc767a0e92d036d26fe891b216cfc..dcd1b4dc887a21c96e01f6df7fdd0c91b6d2d134:/makefile

diff --git a/makefile b/makefile
index a069781..32e5cb4 100644
--- a/makefile
+++ b/makefile
@@ -50,8 +50,10 @@ package: all
 	cp -a WinterBoard.plist winterboard/Library/MobileSubstrate/DynamicLibraries
 	cp -a *.theme winterboard/Library/Themes
 	find winterboard -name .svn | while read -r line; do rm -rf "$${line}"; done
-	cp -a control extrainst_ preinst prerm winterboard/DEBIAN
+	cp -a extrainst_ preinst prerm winterboard/DEBIAN
+	sed -e 's/VERSION/$(shell ./version.sh)/g' control >winterboard/DEBIAN/control
 	cp -a Test.sh Icon-Small.png icon.png WinterBoard.dylib WinterBoard UIImages Info.plist winterboard/Applications/WinterBoard.app
-	dpkg-deb -b winterboard winterboard_$(shell grep ^Version: control | cut -d ' ' -f 2)_iphoneos-arm.deb
+	file="winterboard_$$(grep ^Version: winterboard/DEBIAN/control | cut -d ' ' -f 2)_iphoneos-arm.deb"; echo "$$file"; ln -sf "$$file" winterboard.deb
+	dpkg-deb -b winterboard winterboard.deb
 
 .PHONY: all clean package