summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-08 09:39:28 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-08-23 11:08:02 +0300
commitd4455e4222574aadfc04dbb5222601818eef907d (patch)
tree4cf49439aca0ea0e37206a9e8cb3ba95d8797c67 /debian
parente0275d109775ead9ac48e3b51f5dc88a29324fdb (diff)
downloadmpv-d4455e4222574aadfc04dbb5222601818eef907d.tar.bz2
mpv-d4455e4222574aadfc04dbb5222601818eef907d.tar.xz
debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGURE
DEB_BUILD_OPTIONS is reserved by Debian policy.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 316e6d138d..60b19808ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ configure-stamp:
# you may want to add the "--enable-runtime-cpudetection" option to
# the line below, but beware: the resulting binary will run slower
$(CLEAN_ENV) \
- ./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_OPTIONS)
+ ./configure --prefix=/usr --confdir=/etc/mplayer $(DEB_BUILD_CONFIGURE)
touch configure-stamp