X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=blobdiff_plain;f=scripts%2FMakefile.am;h=2022b47b145d84d4977aebfb87dc21366cd09c4a;hb=f26370ff090f709dc762b166a6f56fdf4ea1ed60;hp=ba618aaa3f466883c1274f3456f9e7a3f200bb42;hpb=332895f51c79faba592e57ae32363d8c597eb0e1;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index ba618aa..2022b47 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,11 @@ bin_SCRIPTS = \ - drive.sh \ + burn-imgs.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 +23,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 > $@