Skip to content

Commit

Permalink
Adjust PROG_VERSION code in debian/rules for pep8 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed May 9, 2012
1 parent 607fd41 commit c2d87f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -18,7 +18,7 @@ build-indep: build-stamp
build-stamp:
dh_testdir

egrep -q "PROG_VERSION='\*\*\*UNRELEASED\*\*\*'" grml2usb || (echo "PROG_VERSION in grml2usb wrong." && exit 2)
egrep -q "PROG_VERSION = '\*\*\*UNRELEASED\*\*\*'" grml2usb || (echo "PROG_VERSION in grml2usb wrong." && exit 2)
$(MAKE)
cd mbr && $(MAKE) && cd ..
touch build-stamp
Expand All @@ -41,7 +41,7 @@ install: build

# Add here commands to install the package into debian/grml2usb.
install -m 755 grml2usb debian/grml2usb/usr/sbin/grml2usb
sed -i -e "s/PROG_VERSION='\*\*\*UNRELEASED\*\*\*'/PROG_VERSION='$(VERSION)'/" debian/grml2usb/usr/sbin/grml2usb
sed -i -e "s/PROG_VERSION = '\*\*\*UNRELEASED\*\*\*'/PROG_VERSION = '$(VERSION)'/" debian/grml2usb/usr/sbin/grml2usb
install -m 755 grml2iso debian/grml2usb/usr/sbin/grml2iso
install -m 644 mbr/mbrmgr debian/grml2usb/usr/share/grml2usb/mbr/mbrmgr
install -m 644 mbr/mbrldr debian/grml2usb/usr/share/grml2usb/mbr/mbrldr
Expand Down

0 comments on commit c2d87f6

Please sign in to comment.