X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=scripts%2FMakefile.am;h=eea43a0e52552fd5eea29f013085b63364a01b36;hb=a74a89d79bb29b97ac1b6710e1f52a832793e6ff;hp=852a3c049657bd96fc03ed41cbbebc4b43d55ee2;hpb=5b2e55bcb1d9c762ead7539af69fe41ae0e1a76e;p=backups%2F.git diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 852a3c0..eea43a0 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -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 > $@