Skip to content

Commit

Permalink
Per Kostas, trim the installation of the apps.
Browse files Browse the repository at this point in the history
There's one "master" app with different names, so just install it once
and add links.
  • Loading branch information
rpgoldman committed Jan 16, 2024
1 parent afb296d commit 2f88320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shop3/buildapp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ shop-app: buildapp-script shop-app-entrypoints.lisp

install: shop-app
install -c -m 555 shop-app ${DESTDIR}/bin/shop
install -c -m 555 shop-app ${DESTDIR}/bin/ess-shop
install -c -m 555 shop-app ${DESTDIR}/bin/tree-compare
cd ${DESTDIR}/bin && ln -s shop ess-shop && ln -s shop tree-compare

clean:
rm -f shop-app
Expand Down

0 comments on commit 2f88320

Please sign in to comment.