repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add more spacing
[personal-kdebase.git]
/
workspace
/
kwin
/
data
/
pluginlibFix.pl
blob
cb3859aeb8465dab7e7ea8d4461193e26691b649
1
#!/usr/bin/perl
2
foreach
(<>) {
3
if
(
/^PluginLib=libkwin(.*)$/
) {
4
print
"PluginLib=kwin_
$1
\n
"
;
5
next
;
6
}
7
print
$_
;
8
}