1 --- wmname-0.1.orig/Makefile 2008-08-02 21:36:10.000000000 +0300
2 +++ wmname-0.1/Makefile 2016-06-24 19:25:34.697719588 +0300
4 @rm -rf wmname-${VERSION}
7 - @echo installing executable file to ${DESTDIR}${PREFIX}/bin
8 - @mkdir -p ${DESTDIR}${PREFIX}/bin
9 - @cp -f wmname ${DESTDIR}${PREFIX}/bin
10 - @chmod 755 ${DESTDIR}${PREFIX}/bin/wmname
11 + @echo installing executable file to ${DESTDIR}${PREFIX}/bin/${MACH64}
12 + @mkdir -p ${DESTDIR}${PREFIX}/bin/${MACH64}
13 + @cp -f wmname ${DESTDIR}${PREFIX}/bin/${MACH64}
14 + @chmod 755 ${DESTDIR}${PREFIX}/bin/${MACH64}/wmname
17 @echo removing executable file from ${DESTDIR}${PREFIX}/bin