summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-12-10 12:19:14 +0000
committerAlyssa Ross <hi@alyssa.is>2020-12-10 12:19:14 +0000
commit755670f5e4d5356e4a3d4864cb3173890d1b0dae (patch)
tree0f2bdc0506b77ab1c6d556e1a7c27126b82d4cae /pkgs/applications/backup
parentde8b28918c31a2304cd2ecb5f0d59ff1c188b8fd (diff)
emacs: fix siteVersionDir path
siteVersionDir isn't a full path, it's just the name of the version directory entry in $out/share/emacs, e.g. "27.1", so since d1b0eef9b51 ("emacs: Don't use interpolation for version"), we've been trying to remove a non-existent directory. This would have been caught if we hadn't been giving -f to rm unnecessarily, because -f suppresses errors. As well as fixing the path, I've removed the -f from rm. Doing this to the line above as well revealed that rm-ing $out/var was no longer necessary, since nothing has been put there since ac23a7c459d8 ("emacs: 25.3 → 26.1") -- it would now only be created if we set the --with-gameuser configure option, which we don't.
Diffstat (limited to 'pkgs/applications/backup')
0 files changed, 0 insertions, 0 deletions