]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix bc,bi and files
authorBartłomiej Zimoń <cactus@pld-linux.org>
Mon, 16 Jan 2012 21:54:03 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.72

systemd.spec

index e95d1df75d8ff405b6411faf938e819c8b120b84..d47e49996ab971885bed07d8215193e697884e42 100644 (file)
@@ -202,7 +202,8 @@ cp -p %{SOURCE2} src/systemd_booted.c
        --disable-silent-rules \
        --disable-static \
        --with-distro=pld \
-       --with-rootdir=
+       --with-rootprefix= \
+       --with-rootlibdir=/lib
 
 %{__make}
 ./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
@@ -215,11 +216,6 @@ rm -rf $RPM_BUILD_ROOT
 
 ./libtool --mode=install install -m755 systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
 
-for lib in libsystemd-daemon libsystemd-login; do
-       %{__mv} $RPM_BUILD_ROOT{%{_libdir}/$lib.so.*,/%{_lib}}
-       ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/$lib.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/$lib.so
-done
-
 # Create SysV compatibility symlinks. systemctl/systemd are smart
 # enough to detect the way they were called
 install -d $RPM_BUILD_ROOT/sbin
@@ -485,4 +481,4 @@ fi
 
 %files -n bash-completion-systemd
 %defattr(644,root,root,755)
-/etc/bash_completion.d/systemctl-bash-completion.sh
+/etc/bash_completion.d/systemd-bash-completion.sh
This page took 0.229002 seconds and 4 git commands to generate.