File: 01-skipdirs.patch

package info (click to toggle)
traceroute 1%3A2.1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 572 kB
  • sloc: ansic: 3,565; sh: 443; makefile: 98
file content (15 lines) | stat: -rw-r--r-- 437 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Exclude debian directory from subdirs.

diff -Naurp traceroute.orig/Make.rules traceroute/Make.rules
--- traceroute.orig/Make.rules	2008-04-18 13:22:05.000000000 +0200
+++ traceroute/Make.rules	2008-05-03 09:18:15.000000000 +0200
@@ -72,7 +72,7 @@ DESTDIR =
 
 
 #  layout stuff
-SKIPDIRS = tmp%
+SKIPDIRS = tmp% debian
 INCLUDEDIRS = include%
 LIBDIRS = lib%
 MODDIRS = mod%