diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/docs | 5 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/debian/docs b/debian/docs index da8aebf..efe1658 100644 --- a/debian/docs +++ b/debian/docs @@ -1,8 +1,3 @@ AUTHORS PORTS README -README.IPv6 -TODO.IPv6 -README.ipv6 -TODO.ipv6 -ChangeLog.IPv6 diff --git a/debian/rules b/debian/rules index 3927aa8..24428db 100755 --- a/debian/rules +++ b/debian/rules @@ -31,10 +31,10 @@ override_dh_auto_build: override_dh_auto_clean: # These two get deleted on "make clean", but come in the tarball # hack to keep them around after "make clean" - -test -f openvpn.spec.not || mv openvpn.spec openvpn.spec.not + -test -f distro/rpm/openvpn.spec.not || mv distro/rpm/openvpn.spec distro/rpm/openvpn.spec.not -test -f tests/t_client.sh.not || mv tests/t_client.sh tests/t_client.sh.not dh_auto_clean - -test -f openvpn.spec.not && mv openvpn.spec.not openvpn.spec + -test -f distro/rpm/openvpn.spec.not && mv distro/rpm/openvpn.spec.not distro/rpm/openvpn.spec -test -f tests/t_client.sh.not && mv tests/t_client.sh.not tests/t_client.sh # clean plugins # $(MAKE) -C plugin/auth-pam/ clean |