Fix typo that broke the status scripts
This commit is contained in:
@ -22,7 +22,7 @@ xgettext --default-domain=$PACKAGE --directory=.. \
|
|||||||
../plug-ins/script-fu/scripts/*.scm \
|
../plug-ins/script-fu/scripts/*.scm \
|
||||||
../plug-ins/gap/sel-to-anim-img.scm \
|
../plug-ins/gap/sel-to-anim-img.scm \
|
||||||
../plug-ins/webbrowser/web-browser.scm \
|
../plug-ins/webbrowser/web-browser.scm \
|
||||||
>> $PACKAGE..po \
|
>> $PACKAGE.po \
|
||||||
&& test ! -f $PACKAGE.po \
|
&& test ! -f $PACKAGE.po \
|
||||||
|| ( rm -f ./$PACKAGE.pot \
|
|| ( rm -f ./$PACKAGE.pot \
|
||||||
&& mv $PACKAGE.po ./$PACKAGE.pot );
|
&& mv $PACKAGE.po ./$PACKAGE.pot );
|
||||||
|
Reference in New Issue
Block a user