]> mj.ucw.cz Git - gallery.git/commitdiff
oops...
authorMartin Mares <mj@ucw.cz>
Sat, 29 Dec 2012 11:43:59 +0000 (12:43 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:16 +0000 (21:14 +0100)
gal2/bin/gal-mj-digikam

index 776c5b990bc2b67d75d9fc718bf89ee158749570..e222e5d4505f4c6af54131366c83342190ca61a3 100755 (executable)
@@ -16,7 +16,7 @@ if (!defined $album) {
 }
 
 if (! -f "gallery.cf") {
-       system 'gal', 'init'; die if $?;
+       system 'gal', 'mj-init'; die if $?;
 }
 
 my $dbfile = "$photos_root/digikam4.db";