X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2FMakefile.am;h=99544ba8bdc5d2644c2fa9c74086aba036dbfaab;hb=630a0aa5bb68026faa94652f9165ba593b084771;hp=a4cb5768639f95344abb78d9b721a95b75adc45a;hpb=5c8c182b0f51eaa5fca5f917ed5cda5f12fb7366;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index a4cb576..99544ba 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,13 +1,16 @@ bin_SCRIPTS = \ - drive.sh \ + burn-imgs.sh \ + config.sh \ + cron-burn.sh \ + cron-pack.sh \ + eject-disk.sh \ files-from-date.sh \ - find-cmd.sh \ list-dates.sh \ + pack-image.sh \ restore-script.sh \ - rsync-cmd.sh \ restore.sh -EXTRA_DIST = $(bin_SCRIPTS) +EXTRA_DIST = $(bin_SCRIPTS) restore-header.sh restore_scripts = \ files-from-date.sh \ @@ -21,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 > $@