Also make the symlink relative, this way it is always valid whether
DESTDIR is specified or not.
        install -d $(DESTDIR)$(TWEEPER_DIR)/src
        install -m644 src/* $(DESTDIR)$(TWEEPER_DIR)/src
        install -d $(DESTDIR)$(BIN_DIR)
-       ln -sf $(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper
+       ln -rsf $(DESTDIR)$(TWEEPER_DIR)/tweeper $(DESTDIR)$(BIN_DIR)/tweeper
        @echo -e "\n\nINSTALLATION COMPLETE"
        @echo -e "Make sure '$(PHP_SCRIPT_DIR)' is in PHP include_path!\n"