X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2FMakefile.am;h=eea43a0e52552fd5eea29f013085b63364a01b36;hb=a74a89d79bb29b97ac1b6710e1f52a832793e6ff;hp=ba618aaa3f466883c1274f3456f9e7a3f200bb42;hpb=11b38584ce4c12e7a83c1cb206fa87141f74de5c;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ba618aa..eea43a0 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,5 @@ bin_SCRIPTS = \ - drive.sh \ + pack-image.sh \ files-from-date.sh \ list-dates.sh \ restore-script.sh \ @@ -19,4 +19,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 > $@