diff options
author | Your Name <you@example.com> | 2021-05-01 15:34:12 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-01 15:34:12 -0400 |
commit | 6e41af7248b4e594d1b538a5989c9d0998b53cca (patch) | |
tree | 2e58dc57bdc9893ea2bca4cb8310f5d22e4da762 /configure | |
parent | 7b5d1e3d46e94262a9c0fd3a01ab4685aea9d12d (diff) | |
download | dmtool-6e41af7248b4e594d1b538a5989c9d0998b53cca.tar.gz dmtool-6e41af7248b4e594d1b538a5989c9d0998b53cca.tar.bz2 dmtool-6e41af7248b4e594d1b538a5989c9d0998b53cca.zip |
Made data source a git module
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ install: \$(EXECUTABLE) parsed cp -r parsed/* \$(DESTDIR)\$(PREFIX)/share/dmtool/ install -d \$(DESTDIR)\$(PREFIX)/bin/ install -m 755 \$(EXECUTABLE) \$(DESTDIR)\$(PREFIX)/bin/ - install -m 644 src/dmtool.bash \$(pkg-config --variable=completionsdir bash-completion)/dmtool + install -m 644 src/dmtool.bash `pkg-config --variable=completionsdir bash-completion`/dmtool " # Below here shouldn't need editing |