Cleanup leftover directories from the merge.

--HG--
rename : dev-libs/apr-util/patches/apr-util-1.3.10.patch => dev-libs/apr_util/patches/apr_util-1.3.10.patch
rename : haiku-apps/caya-gpl-protocols/patches/caya-gpl-protocols-0.HEAD.patch => haiku-apps/caya_gpl_protocols/patches/caya_gpl_protocols-0.HEAD.patch
This commit is contained in:
Chris Roberts
2013-10-16 14:59:48 -06:00
parent 8d6506b5c9
commit f583e06d22
32 changed files with 0 additions and 1788 deletions

View File

@@ -1,14 +0,0 @@
diff -up b43-fwcutter-012/Makefile.orig b43-fwcutter-012/Makefile
--- b43-fwcutter-012/Makefile.orig 2009-06-02 09:52:55.058982400 -0600
+++ b43-fwcutter-012/Makefile 2012-06-16 16:13:04.182452224 -0600
@@ -24,8 +24,8 @@ $(BIN): $(OBJECTS)
install: all
-install -d -o 0 -g 0 -m 755 $(PREFIX)/bin/
-install -o 0 -g 0 -m 755 $(BIN) $(PREFIX)/bin/
- -install -d -o 0 -g 0 -m 755 $(PREFIX)/man/man1/
- -install -o 0 -g 0 -m 644 $(BIN).1 $(PREFIX)/man/man1/
+ -install -d -o 0 -g 0 -m 755 $(PREFIX)/documentation/man/man1/
+ -install -o 0 -g 0 -m 644 $(BIN).1 $(PREFIX)/documentation/man/man1/
clean:
-rm -f *.o $(BIN)