comparison debian/rules @ 4059:a77ce64a7066

Sven Hartge fixes confdir location.
author eyck
date Tue, 08 Jan 2002 19:03:29 +0000
parents 587906e031fa
children 0737156ad1f0
comparison
equal deleted inserted replaced
4058:504db1ce44d1 4059:a77ce64a7066
17 configure: configure-stamp 17 configure: configure-stamp
18 configure-stamp: 18 configure-stamp:
19 dh_testdir 19 dh_testdir
20 # Add here commands to configure the package. 20 # Add here commands to configure the package.
21 $(checkdir) 21 $(checkdir)
22 ./configure --prefix=/usr --enable-gui $(DEB_BUILD_OPTIONS) 22 ./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS)
23 23
24 touch configure-stamp 24 touch configure-stamp
25 25
26 build: configure-stamp build-stamp 26 build: configure-stamp build-stamp
27 build-stamp: 27 build-stamp: