diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,7 @@ EXECUTABLE="dmtool" LIBRARY= # List of libs as given to pkg-config -LIBS= +LIBS="libconfuse" CFLAGS="-c -Wall -fPIC -std=c++20" @@ -28,7 +28,8 @@ 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 files/dmtool.bash \$(DESTDIR)`pkg-config --variable=completionsdir bash-completion`/dmtool + install -m 644 files/dmtool.conf \$(DESTDIR)/etc/dmtool.conf " # Below here shouldn't need editing |