@@ -0,0 +1,9 @@
include config.mk
install:
mkdir -p ${DESTDIR}${PREFIX}/bin/
cp -f otfm-python ${DESTDIR}${PREFIX}/bin/
chmod 755 ${DESTDIR}${PREFIX}/bin/
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/otfm-python
The note is not visible to the blocked user.