aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-07 20:25:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-06-07 20:25:05 +0000
commit97354bf9d30b28b12cf86f0f94a9914a3927e6eb (patch)
tree043a7188fdd2bf6ab140dd9747f49f0cb4cb0e02 /packages/linux_make
parent1c01975eca029b375d84b2a5c03b2712cfb0835c (diff)
re-enabled setting the version in the package for the nightly builds
svn path=/trunk/; revision=11702
Diffstat (limited to 'packages/linux_make')
-rwxr-xr-xpackages/linux_make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 4d243af6..d3ee6f04 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -123,8 +123,8 @@ deb: $(bindir)
cp $(packages_src)/linux_make/debian/pd-extended.postrm $(DESTDIR)/DEBIAN
cp $(packages_src)/linux_make/debian/pd-extended.postinst $(DESTDIR)/DEBIAN
# set build architecture and version for the package
-# sed -i 's|^Version:.*|Version: $(DEB_PD_VERSION)|' \
-# $(DESTDIR)/DEBIAN/control
+ sed -i 's|^Version:.*|Version: $(DEB_PD_VERSION)|' \
+ $(DESTDIR)/DEBIAN/control
sed -i 's|^Architecture:.*|Architecture: $(DEB_BUILD_ARCH)|' \
$(DESTDIR)/DEBIAN/control
# add auto-generated dependencies