diff options
| author | 2026-06-29 00:52:35 -0700 | |
|---|---|---|
| committer | 2026-06-29 00:52:35 -0700 | |
| commit | 5a5372acc49db2763659f59a8a8dde25b607b2b9 (patch) | |
| tree | 351e0178b778a3a30b5e98b3ecf4073454a6ba9d /GNUmakefile | |
| parent | a7eb912da77a514ffc310a04bac6ae7127d6593f (diff) | |
| download | emacs-config-5a5372acc49db2763659f59a8a8dde25b607b2b9.tar.gz emacs-config-5a5372acc49db2763659f59a8a8dde25b607b2b9.zip | |
GNUmakefile: Change location of tar file
‘make package’ complains that the directory contents changed while trying to
make the tarball. I assume that's because the tarball is made in the directory
that's being packaged. Moving it should fix this.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 20f90fc..03f5b00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -137,7 +137,7 @@ package: \ $(OUTDIR)/$(guile (get-module-version "oni-web")) \ $(OUTDIR)/$(guile (get-module-version "oni-yaml")) \ $(OUTDIR)/$(guile (get-multifile-module-version "oni-yasnippet")) - cd public && tar cvzf emacs-config.tar.gz . + cd public && tar cvzf ../emacs-config.tar.gz . clean: rm -rfv .eldev public |
