mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 15:23:39 +00:00
debianpkg: fix whitespace
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
35dfce353d
commit
25e02efe5f
@ -158,17 +158,17 @@ override_dh_auto_install:
|
|||||||
|
|
||||||
sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/frr-reload.py
|
sed -e '1c #!/usr/bin/python3' -i debian/tmp/usr/lib/frr/frr-reload.py
|
||||||
|
|
||||||
# let dh_systemd_* and dh_installinit do their thing automatically
|
# let dh_systemd_* and dh_installinit do their thing automatically
|
||||||
ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),)
|
ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),)
|
||||||
cp tools/frr.service debian/frr.service
|
cp tools/frr.service debian/frr.service
|
||||||
endif
|
endif
|
||||||
cp tools/frr debian/frr.init
|
cp tools/frr debian/frr.init
|
||||||
|
|
||||||
# install config files
|
# install config files
|
||||||
mkdir -p debian/tmp/etc/frr/
|
mkdir -p debian/tmp/etc/frr/
|
||||||
perl -pi -e 's#^!log file #!log file /var/log/frr/#' debian/tmp/usr/share/doc/frr/examples/*sample*
|
perl -pi -e 's#^!log file #!log file /var/log/frr/#' debian/tmp/usr/share/doc/frr/examples/*sample*
|
||||||
|
|
||||||
# drop dev-only files
|
# drop dev-only files
|
||||||
find debian/tmp -name '*.la' -o -name '*.a' -o -name 'lib*.so' | xargs rm -f
|
find debian/tmp -name '*.la' -o -name '*.a' -o -name 'lib*.so' | xargs rm -f
|
||||||
rm -rf debian/tmp/usr/include
|
rm -rf debian/tmp/usr/include
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user