From 07a32672d3512af859dd26058dd0f25e486dc765 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 8 Nov 2025 16:49:26 +0100 Subject: [PATCH] another make minipatch --- Makefile | 2 +- PKGBUILD | 2 +- src/const.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a9fa935..32a53af 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ $(OBJ_PATH)/%.o: $(SRC_PATH)/%.cpp $(SRC_PATH)/%.h install: - @install -vpm 755 -o root -g root $(BIN_PATH)/bakatui $(DESTDIR)/usr/bin/ + @install -Dvpm 755 -o root -g root $(BIN_PATH)/bakatui $(DESTDIR)/usr/bin/ clean: rm -fr build diff --git a/PKGBUILD b/PKGBUILD index 318ab4e..ff336ff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -56,7 +56,7 @@ build() { package() { cd "$srcdir/$_pkgname" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } diff --git a/src/const.h b/src/const.h index 355c862..0d286b8 100644 --- a/src/const.h +++ b/src/const.h @@ -1,7 +1,7 @@ #include #ifndef VERSION -#define VERSION "1.0.0" +#define VERSION "1.0.2" #define NAME "bakatui" inline constexpr auto hash_djb2a(const std::string_view sv) {