projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f900ca
)
mmail
author
Michael Wagner
<michael@wagnertech.de>
Thu, 7 Sep 2017 12:48:14 +0000
(14:48 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Thu, 7 Sep 2017 12:48:14 +0000
(14:48 +0200)
tools/make/configure
patch
|
blob
|
history
diff --git
a/tools/make/configure
b/tools/make/configure
index
6d8a67f
..
47a1304
100755
(executable)
--- a/
tools/make/configure
+++ b/
tools/make/configure
@@
-114,9
+114,9
@@
fi
# check for installation scripts
files=$(find src -name $paket.preinst)
-files="$files $(find src -name $paket.postinst)"
-files="$files $(find src -name $paket.prerm)"
-files="$files $(find src -name $paket.postrm)"
+files="$files $(find
-L
src -name $paket.postinst)"
+files="$files $(find
-L
src -name $paket.prerm)"
+files="$files $(find
-L
src -name $paket.postrm)"
for file in $files
do
ln -sf $file .