File 0002-Libexec-adapted-to-openSUSE.patch of Package libuhd
From 21afe6692d1cf1c38f8ff89c10aec07316511276 Mon Sep 17 00:00:00 2001
From: Gregor Dschung <dschung@cs.uni-kl.de>
Date: Sun, 23 Jan 2011 17:05:44 +0100
Subject: [PATCH] Libexec adapted to openSUSE
---
host/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt
index 5a92959..4273b67 100644
--- a/host/CMakeLists.txt
+++ b/host/CMakeLists.txt
@@ -37,7 +37,7 @@ SET(LIB_SUFFIX ${LIB_SUFFIX} CACHE STRING "lib directory suffix")
SET(RUNTIME_DIR bin)
SET(LIBRARY_DIR lib${LIB_SUFFIX})
SET(INCLUDE_DIR include)
-SET(PKG_DATA_DIR share/uhd)
+SET(PKG_DATA_DIR lib/uhd)
SET(PKG_DOC_DIR share/doc/packages/uhd)
########################################################################
--
1.7.1