X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=scripts%2FMakefile.am;h=99544ba8bdc5d2644c2fa9c74086aba036dbfaab;hb=d7cf334274f2afacf8b5c11bc990ef758ccb1dbb;hp=ba618aaa3f466883c1274f3456f9e7a3f200bb42;hpb=11b38584ce4c12e7a83c1cb206fa87141f74de5c;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ba618aa..99544ba 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,12 @@ bin_SCRIPTS = \ - drive.sh \ + burn-imgs.sh \ + config.sh \ + cron-burn.sh \ + cron-pack.sh \ + eject-disk.sh \ files-from-date.sh \ list-dates.sh \ + pack-image.sh \ restore-script.sh \ restore.sh @@ -19,4 +24,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 > $@