mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-22 00:04:52 -05:00
Fixed typo in Makefile
git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@225 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
parent
d9cb3f5f2f
commit
74fdf623e9
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
DESTDIR=/usr
|
||||
|
||||
all: callirhoe calmagick
|
||||
cd scripts && ./make_pkg
|
||||
cd scripts && ./make_pkg
|
||||
|
||||
install: install-package
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
DESTDIR=/usr
|
||||
|
||||
install: install-package
|
||||
|
||||
install-package:
|
||||
mkdir -p $(DESTDIR)/bin
|
||||
mkdir -p $(DESTDIR)/share/callirhoe/holidays
|
||||
install -m755 callirhoe $(DESTDIR)/bin/callirhoe
|
||||
install -m755 calmagick $(DESTDIR)/bin/calmagick
|
||||
install -m644 holidays/* $(DESTDIR)/share/callirhoe/holidays/
|
Loading…
x
Reference in New Issue
Block a user