clean
This commit is contained in:
parent
2ed2ac1c4b
commit
d26d7be0f6
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ mkdir -p $PKG
|
|||
make -j3 PREFIX=$PREFIX
|
||||
# installation
|
||||
make install DESTDIR=$PKG
|
||||
# WTF .bat
|
||||
for b in $PKG$PREFIX/bin/*.bat ; do
|
||||
mv $b ${b%bat}sh
|
||||
done
|
||||
)
|
||||
|
||||
# correction
|
||||
|
|
Loading…
Add table
Reference in a new issue