Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix packaging bug
  • Loading branch information
Kazade committed Mar 27, 2011
1 parent 7b86ef1 commit 7ab658b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -23,7 +23,7 @@ endif


build: build:
$(checkdir) $(checkdir)
cmake -D CMAKE_INSTALL_PREFIX=/usr . cmake -DCMAKE_INSTALL_PREFIX=/usr .
$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"
touch build touch build


Expand All @@ -48,7 +48,7 @@ binary-arch: checkroot build
#install -m 755 debian/postinst debian/prerm debian/tmp/DEBIAN #install -m 755 debian/postinst debian/prerm debian/tmp/DEBIAN
#$(MAKE) INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \ #$(MAKE) INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
# prefix=$$(pwd)/debian/tmp/usr install # prefix=$$(pwd)/debian/tmp/usr install
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr $(INSTALL_PROGRAM) $(MAKE) DESTDIR=$(CURDIR)/debian/tmp $(INSTALL_PROGRAM)
cp -a debian/copyright $(docdir) cp -a debian/copyright $(docdir)
cp -a debian/changelog $(docdir)/changelog.Debian cp -a debian/changelog $(docdir)/changelog.Debian
cp -a ChangeLog $(docdir)/changelog cp -a ChangeLog $(docdir)/changelog
Expand Down

0 comments on commit 7ab658b

Please sign in to comment.