~dobey/+junk/binkplayer-installer

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Rodney Dawes
  • Date: 2016-03-27 20:11:05 UTC
  • Revision ID: dobey@wayofthemonkey.com-20160327201105-6ff52x0y6qzrk0aq
New binkplayer verison.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
ifneq (,$(filter $(DEB_HOST_ARCH), amd64))
 
4
        PROGFILE=BinkPlayer64
 
5
else
 
6
        PROGFILE=BinkPlayer
 
7
endif
 
8
 
3
9
%:
4
10
        dh $@
 
11
 
 
12
override_dh_auto_build:
 
13
        dh_auto_build
 
14
        sed -e "s/@PROGFILE@/${PROGFILE}/g" < debian/binkplayer.postinst.in > debian/binkplayer.postinst