Update import path
Signed-off-by: Aoi K <koizumi.aoi@chaotic.ninja> git-svn-id: https://svn.yakumo.dev/yakumo.izuru/mima/trunk@16 d2428f92-30f9-164c-8098-19ee57ce342c
This commit is contained in:
parent
382d8c7daa
commit
28262f7ffb
4
Makefile
4
Makefile
@ -6,7 +6,7 @@ build:
|
||||
clean:
|
||||
rm antifetch antifetch.1
|
||||
install:
|
||||
install -m0755 antifetch ${PREFIX}/bin/antifetch
|
||||
install -m0644 antifetch.1 ${PREFIX}/share/man/man1/antifetch.1
|
||||
install -Dm0755 antifetch ${PREFIX}/bin/antifetch
|
||||
install -Dm0644 antifetch.1 ${PREFIX}/share/man/man1/antifetch.1
|
||||
uninstall:
|
||||
rm ${PREFIX}/bin/antifetch ${PREFIX}/share/man/man1/antifetch.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user