diff -r 1088ce57d3c9 -r a95b2fa896e9 snap.mk --- a/snap.mk Sun Jul 31 17:54:19 2022 +0200 +++ b/snap.mk Sat Aug 06 16:39:37 2022 +0200 @@ -2,13 +2,10 @@ main_target: Snap -OWN_PROJECTS_EX=canfestival - tar_opts=--absolute-names --exclude=.hg --exclude=.git --exclude=.*.pyc --exclude=.*.swp Snap: snap_built -snap_built: own_sources revisions.txt - #cp -a $(src)/snap $(src)/revisions.txt sources +snap_built: all_sources revisions.txt tar -C $(src) $(tar_opts) -c snap revisions.txt | tar -C sources -x cd sources; snapcraft --debug touch $@