repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
clean-home
/
extra
/
plugin-location.patch
blob
36653da833720a060ec151f8542ed0473e8a604b
1
--- cleanhome.pl.orig 2008-08-31 06:58:06.000000000 +1000
2
+++ cleanhome.pl 2008-08-31 09:15:31.000000000 +1000
3
@@ -12,7 +12,7 @@
4
use Data::Dumper;
5
6
my $chpath = $FindBin::RealBin;
7
-my $chpluginpath = $chpath."/CHPlugins";
8
+my $chpluginpath = "/usr/share/cleanHome/CHPlugins";
9
10
#program version
11
my $VERSION="0.6";