diff options
Diffstat (limited to 'emulators/higan/Makefile')
-rw-r--r-- | emulators/higan/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index 5e43a28ae867..578ef2c06eef 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -139,7 +139,6 @@ do-install: ${LN} -sf ${PREFIX}/lib/libananke.so.1 ${PREFIX}/lib/libananke.so ${INSTALL_PROGRAM} ${WRKSRC}/higan/out/higan ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/higan/data/higan.png ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/higan/data/higan.desktop ${PREFIX}/share/applications/ ${MKDIR} ${DATADIR}/Video\ Shaders (cd ${WRKSRC}/higan/profile && ${COPYTREE_SHARE} \* ${DATADIR}/) |