From 8eb61a5154d7fbdae6576f299a11856c56337397 Mon Sep 17 00:00:00 2001 From: Bjoern Sikora Date: Wed, 19 May 2010 10:34:51 +0200 Subject: [PATCH] Changed binary path to /usr/bin not /usr/local/bin. --- bpdyndnsd.spec | 4 ++-- scripts/bpdyndnsd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bpdyndnsd.spec b/bpdyndnsd.spec index c087262..1a19665 100644 --- a/bpdyndnsd.spec +++ b/bpdyndnsd.spec @@ -30,7 +30,7 @@ cd build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" -cmake -DCMAKE_INSTALL_PREFIX="/usr/local" ../ +cmake -DCMAKE_INSTALL_PREFIX="/usr" ../ make %{?_smp_mflags} VERBOSE=1 @@ -61,5 +61,5 @@ rm -rf /etc/bpdyndnsd %files /etc/bpdyndnsd/bpdyndnsd.conf /etc/init.d/bpdyndnsd -/usr/local/bin/bpdyndnsd +/usr/bin/bpdyndnsd %doc /usr/share/doc/%{name}-%{version} diff --git a/scripts/bpdyndnsd b/scripts/bpdyndnsd index 64ec95b..941fada 100755 --- a/scripts/bpdyndnsd +++ b/scripts/bpdyndnsd @@ -11,7 +11,7 @@ . /etc/rc.d/init.d/functions # define the paths to the binaries: -path_prg=/usr/local/bin/bpdyndnsd +path_prg=/usr/bin/bpdyndnsd # other paths: path_pidfile=/var/run/bpdyndnsd.pid -- 1.7.1