From 6adead881a5d050365a4c9a9d4bc2d3288e1dbe9 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 21 Aug 2022 23:34:48 +0200 Subject: [PATCH] Rename disk images to match names in a2pid. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 853ce91..3e3eff0 100755 --- a/src/Makefile +++ b/src/Makefile @@ -25,6 +25,8 @@ install: cp $(SBIN) $(SBINDIR) -mkdir -p $(SHAREDIR) cp -R ../share/* $(SHAREDIR) + mv $(SHAREDIR)/A2PI-1.7.PO $(SHAREDIR)/A2VD1.PO + mv $(SHAREDIR)/UTILS.PO $(SHAREDIR)/A2VD2.PO uninstall: cd $(BINDIR); rm $(BIN) a2mount