mirror of
https://github.com/mpv-player/mpv
synced 2025-01-23 08:03:19 +00:00
re-install install dir, which I removed before I checked what's causing problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e697fca78
commit
eaa1e18563
5
debian/rules
vendored
5
debian/rules
vendored
@ -3,7 +3,7 @@
|
||||
# based on the sample debian/rules file for GNU hello by Ian Jackson.
|
||||
#export DH_VERBOSE=1
|
||||
# This is the debhelper compatability version to use.
|
||||
export DH_COMPAT=1
|
||||
export DH_COMPAT=2
|
||||
|
||||
package=mplayer
|
||||
|
||||
@ -38,7 +38,7 @@ clean:
|
||||
# -rm -f build
|
||||
-$(MAKE) distclean
|
||||
# -rm -f `find . -name "*~"`
|
||||
# -rm -rf debian/tmp debian/files* core debian/substvars
|
||||
-rm -rf debian/tmp debian/files* core debian/substvars
|
||||
dh_clean
|
||||
|
||||
|
||||
@ -52,6 +52,7 @@ install: build
|
||||
# Add here commands to install the package into debian/<packagename>
|
||||
# $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
|
||||
# $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
|
||||
install -d $(CURDIR)/debian/tmp/usr/bin
|
||||
install -m 755 -s mplayer $(CURDIR)/debian/tmp/usr/bin/mplayer
|
||||
#Do we really need this?:
|
||||
# install -o root -g root -m 4755 fibmap_mplayer usr/bin/fibmap_mplayer
|
||||
|
Loading…
Reference in New Issue
Block a user