diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-03-17 10:48:00 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-03-17 10:48:00 -0700 |
commit | e54ae2c6ed710cd8e0f5504c1e60ad43ac36f1b2 (patch) | |
tree | b2de3bd5a6f70ba219f6670f36295313fbcb6437 | |
parent | e37a5ec580ae069521c50a25a2048cf7c0e69d0d (diff) |
Revert "switch to stow"
This reverts commit deab59cccf1f79f68e5e1ef11f39da9e29dfb45f.
-rw-r--r-- | Makefile | 11 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,10 @@ +mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) +cur_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) + +repo_dir := $(dir $(mkfile_path)) +bin_dir := $(repo_dir)bin +bin_file_name := 10-$(cur_dir) + all: - # Combine files with public dotfiles - stow --verbose --no-folding --target=$$HOME . + $(bin_dir)/pycombine -e '(Makefile|bin|README.md|debian)' "$(HOME)" "$(repo_dir)" + echo 'PATH=$(bin_dir):$$PATH' > ~/.environment.d/$(bin_file_name) diff --git a/debian/control b/debian/control index 6a1a8ae..049c23c 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,6 @@ Build-Depends: msmtp, neomutt, notmuch-mutt, - stow, Standards-Version: 4.5.1 Rules-Requires-Root: no |