Forgot to add eject-disk.sh to Makefile.am
[backups/.git] / scripts / Makefile.am
index ba618aaa3f466883c1274f3456f9e7a3f200bb42..9416923025239de56dd78ee10cb6e595e9e34718 100644 (file)
@@ -1,7 +1,10 @@
 bin_SCRIPTS = \
-       drive.sh \
+       config.sh \
+       cron.sh \
+       eject-disk.sh \
        files-from-date.sh \
        list-dates.sh \
+       pack-image.sh \
        restore-script.sh \
        restore.sh
 
@@ -19,4 +22,4 @@ restore.sh : restore-header.sh $(restore_tar)
        chmod +x $@
 
 $(restore_tar) : $(restore_scripts)
-       tar cf - $^ | gzip > $@
+       ( cd $(top_srcdir)/scripts && tar cf - $(restore_scripts) ) | gzip > $@