diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 16:38:00 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 16:38:00 -0400 |
| commit | cc90faa81bc5b9de4c36327d02ec169f1d115c02 (patch) | |
| tree | da5c267c4e596f48181e3d2c0cf327e9ffbd4656 /Makefile | |
| parent | 03fa61fdd38d054daa8aac98226c576d332d907c (diff) | |
Uninstall license
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ uninstall: exit 0; \ fi; \ rm -rvf "$(PREFIX)/bin/tomo" "$(PREFIX)/bin/tomo"[0-9]* "$(PREFIX)/bin/tomo_v"* "$(PREFIX)/include/tomo_v"* \ - "$(PREFIX)/lib/libtomo_v*" "$(PREFIX)/lib/tomo_$(TOMO_VERSION)"; \ + "$(PREFIX)/lib/libtomo_v*" "$(PREFIX)/lib/tomo_$(TOMO_VERSION)" "$(PREFIX)/share/licenses/tomo_$(TOMO_VERSION)"; \ sh link_versions.sh endif |
