~ubuntu-branches/ubuntu/oneiric/arora/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sune Vuorela
  • Date: 2008-06-29 22:41:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080629224106-71n3f1419hlrp5of
Tags: 0.2-1
* Finally a upstream release.
* Use make install instead of handpicking files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        mkdir -p builddir
15
15
 
16
16
builddir/Makefile: builddir
17
 
        cd builddir && qmake-qt4 ../arora.pro
 
17
        cd builddir && qmake-qt4 PREFIX=/usr ../arora.pro
18
18
 
19
19
build: build-stamp
20
20
 
44
44
        dh_installdirs
45
45
 
46
46
        # Add here commands to install the package into debian/arora.
47
 
        mkdir -p $(CURDIR)/debian/arora/usr/bin
48
 
        install -m 755 $(CURDIR)/builddir/arora $(CURDIR)/debian/arora/usr/bin/
 
47
        cd builddir && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/arora install
49
48
 
50
49
 
51
50
# Build architecture-independent files here.