tCleanup /lib/pkgconfig directory - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit a9a1e4223b7f105fef3e88029c472e4a28a40631
(DIR) parent 94ec66bd1e0b49679c88923d857a71273d2db9a0
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Sun, 17 Jan 2016 22:30:26 +0100
Cleanup /lib/pkgconfig directory
Diffstat:
M default.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/default.mk b/default.mk
t@@ -24,10 +24,10 @@ install:QV: build
make PREFIX= DESTDIR=$destdir install
fi
-cleanup:QV: install
+cleanup:V: install
cd $destdir
find . -name '*.la' -delete
- rm -rf ./share/doc ./share/info
+ rm -rf ./share/doc ./share/info ./lib/pkgconfig
if [ -z "$(ls ./share)" ]; then
rmdir ./share
fi