From d167c1f18eac5821b521e5458bd39dc4fa34210d Mon Sep 17 00:00:00 2001 From: "textbrowser@gmail.com" Date: Sun, 8 Aug 2021 11:06:58 -0400 Subject: [PATCH] Build instructions. --- Documentation/README.PIOS_ARM64 | 7 +++---- Documentation/README.POWERPC | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/README.PIOS_ARM64 b/Documentation/README.PIOS_ARM64 index 0f038f5d2..600e5e8ad 100644 --- a/Documentation/README.PIOS_ARM64 +++ b/Documentation/README.PIOS_ARM64 @@ -15,13 +15,12 @@ cp -pr ./Documentation/* ./usr/local/biblioteq/Documentation/. Preparing BiblioteQ-x.deb: -cd mkdir -p biblioteq-debian/usr/local mkdir -p biblioteq-debian/usr/share/applications -cp -p ./biblioteq.d/biblioteq.desktop biblioteq-debian/usr/share/applications/. -cp -pr ./biblioteq.d/PIOS64 biblioteq-debian/DEBIAN +cp -p ./biblioteq.desktop biblioteq-debian/usr/share/applications/. +cp -pr ./PIOS64 biblioteq-debian/DEBIAN cp -r ./usr/local/biblioteq biblioteq-debian/usr/local/. dpkg-deb --build biblioteq-debian BiblioteQ-2021.08.08_arm64.deb -rm -fr ./usr/local +rm -fr ./usr rm -fr biblioteq-debian make distclean diff --git a/Documentation/README.POWERPC b/Documentation/README.POWERPC index df2e84536..640cbfdc1 100644 --- a/Documentation/README.POWERPC +++ b/Documentation/README.POWERPC @@ -15,7 +15,6 @@ cp -pr ./Documentation/* ./usr/local/biblioteq/Documentation/. Preparing BiblioteQ-x.deb: -cd mkdir -p biblioteq-debian/usr/local mkdir -p biblioteq-debian/usr/share/applications cp -p ./biblioteq.desktop biblioteq-debian/usr/share/applications/.