Git commit 23ef69ff665c11a3a48d8060cb25645741a43d9a by Lukas Tinkl. Committed on 05/09/2012 at 13:09. Pushed by lukas into branch 'master'. correct PO location M +2 -2 apper.rb http://commits.kde.org/releaseme/23ef69ff665c11a3a48d8060cb25645741a43d9a diff --git a/apper.rb b/apper.rb index 4ddb7c5..b050a6c 100755 --- a/apper.rb +++ b/apper.rb @@ -21,7 +21,7 @@ # along with this program. If not, see . = NAME =3D "apper" -COMPONENT =3D "playground" +COMPONENT =3D "extragear" SECTION =3D "sysadmin" = $srcvcs =3D "git" @@ -39,4 +39,4 @@ def custom() end = # get things started -require 'lib/starter' +require './lib/starter'