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 4ca5d4b commit 6595bb6Copy full SHA for 6595bb6
Makefile
@@ -18,13 +18,13 @@ main.1: main.native
18
./main.native --help=groff > main.1
19
20
install: main.native main.1
21
- install -m 0755 main.native ${BINDIR}/xapi-script-storage
+ install -m 0755 main.native ${BINDIR}/xapi-storage-script
22
mkdir -p ${MANDIR}/man1
23
- install -m 0644 main.1 ${MANDIR}/man1/xapi-script-storage.1
+ install -m 0644 main.1 ${MANDIR}/man1/xapi-storage-script.1
24
25
uninstall:
26
- rm -f ${BINDIR}/xapi-script-storage
27
- rm -f ${MANDIR}/man1/xapi-script-storage.1
+ rm -f ${BINDIR}/xapi-storage-script
+ rm -f ${MANDIR}/man1/xapi-storage-script.1
28
29
test:
30
@echo No tests implemented yet
0 commit comments