diff --git a/bin/gnome_iso_yapma.sh b/bin/gnome_iso_yapma.sh index 08d544139..f7633df2f 100755 --- a/bin/gnome_iso_yapma.sh +++ b/bin/gnome_iso_yapma.sh @@ -48,7 +48,7 @@ fi cd /var/lib/pkg/DB grep -rli '/mnt/lfs' * | xargs -i@ sed -i 's/\/mnt\/lfs\///g' @ -cd /root/ +cd /sources/milis.git if [ ! -f /usr/bin/dracut ];then tamir_dracut fi diff --git a/bin/mate_iso_yapma.sh b/bin/mate_iso_yapma.sh index 8a8963cbb..791ea9e01 100755 --- a/bin/mate_iso_yapma.sh +++ b/bin/mate_iso_yapma.sh @@ -21,7 +21,7 @@ cp -r /root/ayarlar/$masaustu/.config /root/ cp /root/ayarlar/network /etc/sysconfig/ cd /var/lib/pkg/DB grep -rli '/mnt/lfs' * | xargs -i@ sed -i 's/\/mnt\/lfs\///g' @ -cd /root/ +cd /sources/milis.git if [ ! -f /usr/bin/dracut ];then tamir_dracut fi diff --git a/bin/xfce4_iso_yapma.sh b/bin/xfce4_iso_yapma.sh index d6bb87075..39e7f86da 100755 --- a/bin/xfce4_iso_yapma.sh +++ b/bin/xfce4_iso_yapma.sh @@ -19,7 +19,7 @@ cp -r /root/ayarlar/$masaustu/.config /root/ cp /root/ayarlar/network /etc/sysconfig/ cd /var/lib/pkg/DB grep -rli '/mnt/lfs' * | xargs -i@ sed -i 's/\/mnt\/lfs\///g' @ -cd /root/ +cd /sources/milis.git if [ ! -f /usr/bin/dracut ];then tamir_dracut fi