Kaydet (Commit) 28e23fff authored tarafından Your Name's avatar Your Name

non /usr/local install script for debian

üst 93a83e8e
......@@ -18,5 +18,6 @@ pot:
build:
python3 setup.py build
install:
python3 setup.py install --install-lib=${DESTDIR}/usr/lib/sulin --root=${DESTDIR}
mkdir -p {DESTDIR}/usr/bin/ ${DESTDIR}/usr/lib/sulin || true
python3 setup.py install --install-lib=${DESTDIR}/usr/lib/sulin --root=${DESTDIR} --install-scripts=${DESTDIR}/usr/bin
[ -f ${DESTDIR}/usr/bin/inary ] || ln -s inary-cli ${DESTDIR}/usr/bin/inary || true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment