d3a4651970
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@323 6952d904-891a-0410-993b-d76249ca496b
20 lines
691 B
Plaintext
20 lines
691 B
Plaintext
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 96_no_compat.dpatch by Frédéric Brière <fbriere@fbriere.net>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: Skipping compat directory
|
|
|
|
@DPATCH@
|
|
diff -urNad opencbm-0.4.0~/LINUX/Makefile opencbm-0.4.0/LINUX/Makefile
|
|
--- opencbm-0.4.0~/LINUX/Makefile 2007-08-10 14:19:37.000000000 -0400
|
|
+++ opencbm-0.4.0/LINUX/Makefile 2007-08-10 14:21:42.000000000 -0400
|
|
@@ -6,7 +6,7 @@
|
|
CBMPERM = 666
|
|
DEVMAJOR = 10
|
|
DEVMINOR = 177
|
|
-SUBDIRS = include arch/$(ARCH) lib compat \
|
|
+SUBDIRS = include arch/$(ARCH) lib \
|
|
cbmctrl cbmformat cbmforng d64copy cbmcopy \
|
|
demo/flash demo/morse demo/rpm1541 docs
|
|
|