~ubuntu-branches/ubuntu/raring/gnarwl/raring

« back to all changes in this revision

Viewing changes to data/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro De Zorzi
  • Date: 2010-07-29 15:57:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100729155709-fsdus1ngkj32j3xk
Tags: 3.6.dfsg-5
Corrected wrong path in /var/lib/gnarwl/.forward ( Closes: #584532 )

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
install:
16
16
        mkdir -m 755 -p  $(HOMEDIR)/block $(HOMEDIR)/bin $(CONFDIR)
17
 
        echo \|$(BINDIR)/$(BIN) > $(HOMEDIR)/.forward
 
17
        echo \/usr\/bin\/$(BIN) > $(HOMEDIR)/.forward
18
18
        install -m 644 header.txt $(HOMEDIR)
19
19
        install -m 644 footer.txt $(HOMEDIR)
20
20
        install -m 600 gnarwl.cfg $(CONFDIR)