We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257d80c commit 63b0152Copy full SHA for 63b0152
Makefile
@@ -6,8 +6,8 @@ install:
6
mkdir -p $(DESTDIR)$(PREFIX)/share/heudiconv/heuristics
7
mkdir -p $(DESTDIR)$(PREFIX)/share/doc/heudiconv/examples/heuristics
8
mkdir -p $(DESTDIR)$(PREFIX)/bin
9
- install -t $(DESTDIR)$(PREFIX)/bin bin/heudiconv
10
- install -m 644 -t $(DESTDIR)$(PREFIX)/share/heudiconv/heuristics heuristics/*
+ install bin/heudiconv $(DESTDIR)$(PREFIX)/bin
+ install -m 644 heuristics/* $(DESTDIR)$(PREFIX)/share/heudiconv/heuristics
11
12
uninstall:
13
rm -f $(DESTDIR)$(PREFIX)/bin/heudiconv
0 commit comments