# HG changeset patch # User Christophe Lincoln # Date 1308001367 -7200 # Node ID c5d1be52a338642190fd24817be72c1fa5e330f7 # Parent 80448ddb1333b5607208a67245bed3083fcb03c6 Fix a few typo diff -r 80448ddb1333 -r c5d1be52a338 Makefile --- a/Makefile Mon Jun 13 23:23:07 2011 +0200 +++ b/Makefile Mon Jun 13 23:42:47 2011 +0200 @@ -8,7 +8,7 @@ VERSION=1.0 LINGUAS?=fr -all: msgmerge +all: msgfmt # i18n @@ -46,6 +46,7 @@ $(DESTDIR)/var/lib/$(PACKAGE) \ $(DESTDIR)$(PREFIX)/share/applications \ $(DESTDIR)$(PREFIX)/share/pixmaps \ + $(DESTDIR)$(PREFIX)/share/locale \ $(DESTDIR)$(PREFIX)/share/$(PACKAGE)/rootfs/bin install -m 0755 $(PACKAGE)-sh $(DESTDIR)/bin install -m 0755 $(PACKAGE) $(DESTDIR)$(PREFIX)/bin @@ -58,5 +59,9 @@ $(DESTDIR)$(PREFIX)/share/applications install -m 0755 $(PACKAGE)-env \ $(DESTDIR)$(PREFIX)/share/$(PACKAGE)/rootfs/bin - #cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale + cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale touch $(DESTDIR)/var/lib/$(PACKAGE)/vdisk.files + +clean: + rm -rf po/mo + rm -f po/*/*~ diff -r 80448ddb1333 -r c5d1be52a338 README --- a/README Mon Jun 13 23:23:07 2011 +0200 +++ b/README Mon Jun 13 23:42:47 2011 +0200 @@ -223,10 +223,11 @@ clone the ssfs Mercurial repository. As usual, closely follow the SliTaz light philosophy with speed and security in mind: hg clone http://hg.slitaz.org/ssfs -Install with 'make install' (DESTDIR is supported for packaging), update the POT -file if any new strings have been added with 'make pot', and merger PO files with -the command 'make msgmerge'. Any ideas are welcome and can be discussed. If you -are searching for something to do you can have a look to the TODO file :-) +Install with 'make && make install' (DESTDIR is supported for packaging), +update the POT file if any new strings have been added with 'make pot', +and merger PO files with the command 'make msgmerge'. Any ideas are welcome +and can be discussed. If you are searching for something to do you can have a +look to the TODO file :-) Bugs can be reported on the SliTaz mailing list, forum or scn since the devel forum is synced. All sites are linked from: http://www.slitaz.org/ diff -r 80448ddb1333 -r c5d1be52a338 ssfs-box --- a/ssfs-box Mon Jun 13 23:23:07 2011 +0200 +++ b/ssfs-box Mon Jun 13 23:42:47 2011 +0200 @@ -78,7 +78,7 @@ "Welcome to the Ssfs Setup\n Any account on a server yet ? You can vist www.slitaz.org services or setup your own server in a few minutes!\n") - yad --form --title="Ssfs GTK Setup" \ + yad --form --title="Ssfs Setup" \ --window-icon=$pixmap \ --width=460 --height=200 --image-on-top \ --text="$text" --image=$pixmap \