Deleted unusued files from berry

This commit is contained in:
jolupa 2019-07-26 23:25:49 +02:00
parent b417b89822
commit 2d66c593f5
2 changed files with 0 additions and 18 deletions

View File

@ -1,3 +0,0 @@
516d1c4025e036b17cfd90aa5c953e32 0.1.0.tar.gz
281e14a83e2ed5ee28945714e20e4654 berry.desktop
f3ec25c1bf30d99cc6b74f4ff21cce1e makefile.patch

View File

@ -1,15 +0,0 @@
diff --git a/Makefile b/Makefile
index 6e25cbf..cc4f066 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ all:
install:
mkdir -p "$(DESTDIR)$(PREFIX)/bin"
- install $(__NAME__) "/usr/local/bin/$(__NAME__)"
- install $(__NAME_C__) "/usr/local/bin/$(__NAME_C__)"
+ install $(__NAME__) "$(DESTDIR)/usr/bin/$(__NAME__)"
+ install $(__NAME_C__) "$(DESTDIR)/usr/bin/$(__NAME_C__)"
cd ./man; $(MAKE) install
clean: