[libnb-platform-java] 06/10: Replace execdir option with delete.
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jun 2 18:30:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository libnb-platform-java.
commit cee21887448ad2e3181ee7b80ad1974f5c472cf8
Author: Markus Koschany <apo at gambaru.de>
Date: Tue Jun 2 16:44:27 2015 +0200
Replace execdir option with delete.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8b79372..1f96ba7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -151,8 +151,8 @@ override_dh_auto_clean:
#cd apisupport.harness/windows-launcher-src && CONF="app.exe" make -e clean
#cd apisupport.harness/windows-launcher-src && CONF="app64.exe" make -e clean
mh_clean
-# remove all the symlinks to jar files we created
- find . -name "*.jar" -type l -execdir rm -f \{\} \;
+ # remove all the symlinks to jar files we created
+ find . -name "*.jar" -type l -delete
-rm -rf nbbuild/external/xhtml1-dtds
-rm -f nbbuild/nbproject/private/scan-cache-standard.ser
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git
More information about the pkg-java-commits
mailing list