diff options
author | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-21 08:32:00 +0000 |
---|---|---|
committer | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-21 08:32:00 +0000 |
commit | a9494a46df3769d27b791d88b9d0780010465542 (patch) | |
tree | 6eeb81e663af4bf4a8a6c7e3da1c9341be218581 /debian/rules | |
parent | 8c94b3ddd0ddb5e91f8c2ee0996489fb14abbf70 (diff) |
spellcheck, start of integration with debian menu system, /etc/mplayer.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@846 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 60aa6d884a..192c39f8e0 100755 --- a/debian/rules +++ b/debian/rules @@ -24,12 +24,19 @@ binary-indep: checkroot build # generated by this package. If there were any they would be # made here. + + binary-arch: checkroot build $(checkdir) -rm -rf debian/tmp install -d debian/tmp cd debian/tmp && install -d `cat ../dirs` $(MAKE) install prefix=`pwd`/debian/tmp/usr + +# questionable quality of solution: + mkdir -p debian/tmp/etc + cp debian/mplayer.conf debian/tmp/etc/ + # Must have debmake installed for this to work. Otherwise please copy # /usr/bin/debstd into the debian directory and change debstd to debian/debstd debstd |