another make minipatch
Some checks failed
/ sync-to-origin (push) Has been cancelled

This commit is contained in:
PoliEcho 2025-11-08 16:49:26 +01:00
parent 9407e95481
commit 07a32672d3
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ $(OBJ_PATH)/%.o: $(SRC_PATH)/%.cpp $(SRC_PATH)/%.h
install: 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: clean:
rm -fr build rm -fr build

View File

@ -56,7 +56,7 @@ build() {
package() { package() {
cd "$srcdir/$_pkgname" cd "$srcdir/$_pkgname"
make DESTDIR="$pkgdir/" install make DESTDIR="$pkgdir" install
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
} }

View File

@ -1,7 +1,7 @@
#include <string_view> #include <string_view>
#ifndef VERSION #ifndef VERSION
#define VERSION "1.0.0" #define VERSION "1.0.2"
#define NAME "bakatui" #define NAME "bakatui"
inline constexpr auto hash_djb2a(const std::string_view sv) { inline constexpr auto hash_djb2a(const std::string_view sv) {