Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/debpkg.pl')
-rwxr-xr-xpipelines/debpkg.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/pipelines/debpkg.pl b/pipelines/debpkg.pl
index 758e5d02..0dd554af 100755
--- a/pipelines/debpkg.pl
+++ b/pipelines/debpkg.pl
@@ -1,8 +1,11 @@
#!/usr/bin/perl
use strict;
+use File::Basename;
-my $VERSION="2.6.4";
+my $dirname = dirname(__FILE__);
+
+my $VERSION=`perl $dirname/../scripts/fceuVersion.pl`;
my $INSTALL_PREFIX="/tmp/fceux";
my $CTL_FILENAME="$INSTALL_PREFIX/DEBIAN/control";
my $ARCH="amd64";