This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via f39dce582400e88f7b034f0612d2c4352dac43f2 (commit) from e791f1daa4c76016f0b45d3c827d253d4e1c7543 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/f39dce582400e88f7b034f0612d2c4352dac4...
commit f39dce582400e88f7b034f0612d2c4352dac43f2 Author: Cyril Hrubis metan@ucw.cz Date: Thu May 9 23:35:50 2013 +0200
install: Fix make install for empty prefix.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/Makefile b/Makefile index 1ffbe41..a2b327d 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,9 @@ LIB_LOC=/usr/lib/
install: ifdef VERBOSE - ./install.sh $(prefix) $(libdir) $(bindir) $(includedir) + ./install.sh "$(prefix)" $(libdir) $(bindir) $(includedir) else - @./install.sh $(prefix) $(libdir) $(bindir) $(includedir) + @./install.sh "$(prefix)" $(libdir) $(bindir) $(includedir) endif
tar:
-----------------------------------------------------------------------
Summary of changes: Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.