fix path in cake api cleanup rules
This commit is contained in:
parent
fbc0086fcc
commit
6b70ff964b
|
@ -27,9 +27,9 @@ override_dh_auto_configure:
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install --buildsystem=cmake
|
dh_auto_install --buildsystem=cmake
|
||||||
install -D -m 0644 debian/apache.conf $(INSTDIR)/etc/zm/apache.conf
|
install -D -m 0644 debian/apache.conf $(INSTDIR)/etc/zm/apache.conf
|
||||||
rm $(INSTDIR)/usr/share/zoneminder/api/lib/Cake/LICENSE.txt
|
rm $(INSTDIR)/usr/share/zoneminder/www/api/lib/Cake/LICENSE.txt
|
||||||
rm $(INSTDIR)/usr/share/zoneminder/api/.gitignore
|
rm $(INSTDIR)/usr/share/zoneminder/www/api/.gitignore
|
||||||
rm -r $(INSTDIR)/usr/share/zoneminder/api/lib/Cake/Test
|
rm -r $(INSTDIR)/usr/share/zoneminder/www/api/lib/Cake/Test
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# do not run tests...
|
# do not run tests...
|
||||||
|
|
Loading…
Reference in New Issue