repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crispy-doom: new package at 5.11.1
[kiss-trunc88.git]
/
qt5-graphicaleffects
/
build
blob
15341eeeedeca70bb047701eb5a62cb819c829f7
1
#!/bin/sh -e
2
3
qmake
4
5
make
6
make
INSTALL_ROOT
=
"
$1
"
install
7
8
find
"
$1
/usr/lib"
-type
f
-name
'*.prl'
\
9
-exec
sed
-i -e
'/^QMAKE_PRL_BUILD_DIR/d'
{}
\
;