Fix rules (thanks to Laurence)
This commit is contained in:
parent
47992fe59f
commit
39e159fbe6
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -32,7 +32,7 @@ install: build
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
$(MAKE) install DESTDIR=`pwd`/debian/tmp/usr
|
$(MAKE) install DESTDIR=`pwd`/debian/tmp
|
||||||
mkdir -p `pwd`/debian/tmp/etc/tinc/example
|
mkdir -p `pwd`/debian/tmp/etc/tinc/example
|
||||||
cp doc/tinc.conf.sample `pwd`/debian/tmp/etc/tinc/example/tinc.conf
|
cp doc/tinc.conf.sample `pwd`/debian/tmp/etc/tinc/example/tinc.conf
|
||||||
ln -s /usr/share/doc/tinc/README.Debian `pwd`/debian/tmp/etc/tinc/example/README
|
ln -s /usr/share/doc/tinc/README.Debian `pwd`/debian/tmp/etc/tinc/example/README
|
||||||
|
|
Loading…
Add table
Reference in a new issue