mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-25 02:49:52 +03:00
use debian/clean file, instead of writing in rules
This commit is contained in:
parent
d41cffb2ab
commit
78487038fa
5
debian/clean
vendored
Normal file
5
debian/clean
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
Makefile*
|
||||
usr
|
||||
bin
|
||||
tmp
|
||||
src/bin/BuiltHamcoreFiles
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -9,9 +9,6 @@ override_dh_auto_configure:
|
||||
if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
|
||||
if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
|
||||
|
||||
override_dh_auto_clean:
|
||||
rm -fr Makefile* usr bin tmp src/bin/BuiltHamcoreFiles
|
||||
|
||||
override_dh_auto_install:
|
||||
patch -f < debian/makefile.patch
|
||||
mkdir -p usr/bin
|
||||
|
Loading…
Reference in New Issue
Block a user