X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2FMakefile.am;h=9416923025239de56dd78ee10cb6e595e9e34718;hb=d5d358fc0ec8f5e92bee8dd530c03cbde969a739;hp=a4cb5768639f95344abb78d9b721a95b75adc45a;hpb=5c8c182b0f51eaa5fca5f917ed5cda5f12fb7366;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index a4cb576..9416923 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,13 +1,14 @@ bin_SCRIPTS = \ - drive.sh \ + config.sh \ + cron.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 +22,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 > $@