Skip to content

Commit

Permalink
Merge pull request agladysh#15 from caldwell/master
Browse files Browse the repository at this point in the history
Fix typo in makefile
  • Loading branch information
agladysh authored Jun 13, 2016
2 parents a0a63d8 + eeff025 commit 640134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ clean:
@rm -rf geoip

install: all
$(INSTALL) -d $(DESTDIR/)$(LUA_CMOD_DIR)/geoip
$(INSTALL) -d $(DESTDIR)/$(LUA_CMOD_DIR)/geoip
$(INSTALL) geoip/* $(DESTDIR)/$(LUA_CMOD_DIR)/geoip
$(INSTALL) geoip.so $(DESTDIR)/$(LUA_CMOD_DIR)

Expand Down

0 comments on commit 640134c

Please sign in to comment.