shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

tweak to buildapp/Makefile in hddl-ess-only branch #158

Closed ko56 closed 7 months ago

ko56 commented 8 months ago

This saves some space in the installation:

install:    shop-app
    install -c -m a+rx shop-app ${DESTDIR}/bin/shop
    cd ${DESTDIR}/bin && ln -s shop ess-shop && ln -s shop tree-compare
rpgoldman commented 7 months ago

Thanks! I made that change.