Fix path in etc/grml/fai/config/scripts/GRML/98-clean-chroot
[grml-live.git] / etc / grml / fai / config / scripts / GRML / 98-clean-chroot
index 17222f6..6404795 100755 (executable)
@@ -2,6 +2,6 @@
 set -u
 set -e
 
-cp /etc/fai/grml/grml_cleanup_chroot "$target/root/"
+cp /etc/grml/fai/grml/grml_cleanup_chroot "$target/root/"
 chroot "$target" /root/grml_cleanup_chroot
 rm "$target/root/grml_cleanup_chroot"