mpsd-ustbaslik-tr
This commit is contained in:
parent
4cb668b66f
commit
ab25ad588b
3
bin/mpsd
3
bin/mpsd
|
@ -618,7 +618,8 @@ add_meta_to_archive() {
|
||||||
cd $TAR
|
cd $TAR
|
||||||
|
|
||||||
bsdtar xf $PAKETLEME_DIZIN/$1
|
bsdtar xf $PAKETLEME_DIZIN/$1
|
||||||
|
# üstbaşlık bilgilerinin türkçe harf desteği için
|
||||||
|
LC_ALL="tr_TR.UTF-8"
|
||||||
if [ ! -z "`cat $PKGMK_ROOT/$PKGMK_PKGFILE |sed "s@^[ ,\t,#]*@@"|grep -i ^desc|cut -d : -f1 --complement|sed "s@^[ ,\t]*@@"`" ]; then
|
if [ ! -z "`cat $PKGMK_ROOT/$PKGMK_PKGFILE |sed "s@^[ ,\t,#]*@@"|grep -i ^desc|cut -d : -f1 --complement|sed "s@^[ ,\t]*@@"`" ]; then
|
||||||
DESC="`cat $PKGMK_ROOT/$PKGMK_PKGFILE |sed "s@^[ ,\t,#]*@@"|grep -i ^desc|cut -d : -f1 --complement|sed "s@^[ ,\t]*@@"`"
|
DESC="`cat $PKGMK_ROOT/$PKGMK_PKGFILE |sed "s@^[ ,\t,#]*@@"|grep -i ^desc|cut -d : -f1 --complement|sed "s@^[ ,\t]*@@"`"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue