This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index c21acbc..60f8925 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -7,19 +7,11 @@ include buildsys.mk | |
install-extra: | |
for i in audacious.pc audclient.pc; do \ | |
${INSTALL_STATUS}; \ | |
- if ${MKDIR_P} ${DESTDIR}${libdir}/pkgconfig && ${INSTALL} -m 644 $$i ${DESTDIR}${libdir}/pkgconfig/$$i; then \ | |
- ${INSTALL_OK}; \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name = "privategh" | |
fetch="git://github.com/" /> | |
<project path="device/htc/vision" | |
name="Andromadus/android_device_htc_vision" | |
remote="privategh" | |
revision="ics" /> |