d3a4651970
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@323 6952d904-891a-0410-993b-d76249ca496b
20 lines
670 B
Plaintext
20 lines
670 B
Plaintext
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 97_no_demo.dpatch by Frédéric Brière <fbriere@fbriere.net>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: Disable compilation of demo/*, as we install them as examples
|
|
|
|
@DPATCH@
|
|
diff -urNad opencbm~/LINUX/Makefile opencbm/LINUX/Makefile
|
|
--- opencbm~/LINUX/Makefile 2007-08-13 01:05:38.000000000 -0400
|
|
+++ opencbm/LINUX/Makefile 2007-08-13 01:05:54.000000000 -0400
|
|
@@ -8,7 +8,7 @@
|
|
DEVMINOR = 177
|
|
SUBDIRS = include arch/$(ARCH) lib \
|
|
cbmctrl cbmformat cbmforng d64copy cbmcopy \
|
|
- demo/flash demo/morse demo/rpm1541 docs
|
|
+ docs
|
|
|
|
SUBDIRS_OPTIONAL = mnib36
|
|
|