X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bupdate_day%7D?a=blobdiff_plain;f=scripts%2FMakefile.am;h=4ba7c719130e2024afab7a314fae24f42ebde6fd;hb=f43bf03174407b5fe6e9fb85d23480613fa3e1e4;hp=852a3c049657bd96fc03ed41cbbebc4b43d55ee2;hpb=ae804c671323e1d590acb85752eba5e67b355231;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 852a3c0..4ba7c71 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,13 @@ bin_SCRIPTS = \ - pack-image.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 \ + repack-image.sh \ restore-script.sh \ restore.sh @@ -19,4 +25,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 > $@