aboutsummaryrefslogtreecommitdiff
path: root/dists/debian/prepare
diff options
context:
space:
mode:
authorTore Anderson2003-12-17 15:32:09 +0000
committerTore Anderson2003-12-17 15:32:09 +0000
commita1896926fd2dadf77d05551d5df41e0077c660cd (patch)
tree67636799c13e8b1141144f1d5e18b4d4829e3d8c /dists/debian/prepare
parent9b70f6d9225508f854a6ff8321cb49868adc0914 (diff)
downloadscummvm-rg350-a1896926fd2dadf77d05551d5df41e0077c660cd.tar.gz
scummvm-rg350-a1896926fd2dadf77d05551d5df41e0077c660cd.tar.bz2
scummvm-rg350-a1896926fd2dadf77d05551d5df41e0077c660cd.zip
Updated dists/debian so it's able to build a working package from current CVS.
svn-id: r11716
Diffstat (limited to 'dists/debian/prepare')
-rwxr-xr-xdists/debian/prepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/debian/prepare b/dists/debian/prepare
index 64d64db47c..095c596854 100755
--- a/dists/debian/prepare
+++ b/dists/debian/prepare
@@ -1,5 +1,5 @@
#! /bin/sh
-VER=`sed -n -e 's/ CVS//' -e 's/^const char \*gScummVMVersion = "\(.*\)"/\1/p' common/engine.cpp``date +%Y%m%d`
+VER=`sed -n -e 's/^const char \*gScummVMVersion = "\(.*\)";/\1/p' base/main.cpp``date +%Y%m%d`
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog