Skip to content

Commit

Permalink
debian: convert patch to quilt format
Browse files Browse the repository at this point in the history
This is needed due to debian source format change.

(cherry picked from commit a7d4a05)
  • Loading branch information
leoss committed Oct 31, 2024
1 parent 765570b commit e2fbbf8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions debian/patches/130-debian-prefix-libdir.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--- Makefile.inc.orig 2022-04-10 08:09:03.000000000 +0200
+++ Makefile.inc 2022-04-10 08:10:28.000000000 +0200
@@ -119,7 +119,7 @@
diff --git a/Makefile.inc b/Makefile.inc
index 214b353e..33188f2c 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -120,7 +120,7 @@ DESTDIR ?=
ETCDIR ?= $(DESTDIR)/etc/olsrd
USRDIR ?= $(DESTDIR)/usr
INCLUDEDIR ?= $(DESTDIR)/usr/include
Expand All @@ -9,10 +11,11 @@
SBINDIR ?= $(USRDIR)/sbin
SHAREDIR ?= $(USRDIR)/share
DOCDIR ?= $(SHAREDIR)/doc

--- Makefile.linux.orig 2022-04-10 06:39:49.000000000 +0200
+++ Makefile.linux 2022-04-10 06:41:04.000000000 +0200
@@ -49,8 +49,8 @@
diff --git a/make/Makefile.linux b/make/Makefile.linux
index 6b55f450..8a83c7bf 100644
--- a/make/Makefile.linux
+++ b/make/Makefile.linux
@@ -49,8 +49,8 @@ ARCH := $(shell uname -m)
LDCONFIG ?= /sbin/ldconfig

DESTDIR ?=
Expand Down

0 comments on commit e2fbbf8

Please sign in to comment.