Revisão | 05d11f2a4ec70f06f4b980eafa16dcdfea31e7db (tree) |
---|---|
Hora | 2022-03-09 16:16:28 |
Autor | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
[BLFS] Update opus-1.3.1 and modify.
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=opus |
6 | -VER=1.1 | |
6 | +VER=1.3.1 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -27,6 +27,7 @@ cd $TARGETDIR | ||
27 | 27 | |
28 | 28 | Configuring |
29 | 29 | ./configure --prefix=/usr --disable-static \ |
30 | + --docdir=/usr/share/doc/opus-$VER \ | |
30 | 31 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
31 | 32 | |
32 | 33 | Making |
@@ -34,12 +35,12 @@ make \ | ||
34 | 35 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
35 | 36 | |
36 | 37 | Installing |
37 | -paco -p $TARGET "make install" \ | |
38 | +porg -lp $TARGET "make install" \ | |
38 | 39 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
39 | 40 | |
40 | 41 | TimeEnd |
41 | 42 | |
42 | 43 | cd .. |
43 | 44 | RemoveSrcDir |
44 | -PacoingDone | |
45 | +PorgingDone | |
45 | 46 |