From 673ce810ca1d00861b846abc9add06db34194056 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 31 Oct 2009 13:54:28 +0000 Subject: Still "error: No package 'schroedinger-1.0' found" --- vlc/build/vlc-1.0.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vlc/build/vlc-1.0.SlackBuild') diff --git a/vlc/build/vlc-1.0.SlackBuild b/vlc/build/vlc-1.0.SlackBuild index aeeedd97..77b677e7 100755 --- a/vlc/build/vlc-1.0.SlackBuild +++ b/vlc/build/vlc-1.0.SlackBuild @@ -1726,8 +1726,8 @@ echo -e "\n**\n**\n" make install DESTDIR=$VLCDEPSDIR \ 2>&1 | tee -a $OUTPUT/make-${PRGNAM}_schroedinger.log # Or else the vlc build wil fail: -#cp schroedinger.pc $VLCDEPSDIR/usr/lib/pkgconfig/schroedinger.pc -#cp schroedinger.pc $VLCDEPSDIR/usr/lib/pkgconfig/schroedinger-1.0.pc +cp schroedinger.pc $VLCDEPSDIR/usr/lib/pkgconfig/schroedinger.pc +cp schroedinger.pc $VLCDEPSDIR/usr/lib/pkgconfig/schroedinger-1.0.pc ( cd $VLCDEPSDIR/usr/include ln -sf schroedinger-1.0/schroedinger ) -- cgit v1.2.3-65-gdbad