Skip to content

Commit

Permalink
Fix typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwell committed Jun 13, 2016
1 parent a0a63d8 commit eeff025
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 eeff025

Please sign in to comment.