• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂7c60dbc3b24720f98af5a7f8d3edbc7f6a077b73 (tree)
時間2021-12-22 09:34:55
作者matsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Modify cdparanoia.

Change Summary

差異

--- a/BLFS/CDParanoia.sh
+++ b/BLFS/CDParanoia.sh
@@ -30,7 +30,7 @@ patch -Np1 -i $DLD/cdparanoia-III-$VER-gcc_fixes-1.patch \
3030 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
3131
3232 Configuring
33-./configure --prefix=/usr \
33+./configure --prefix=/usr --mandir=/usr/share/man \
3434 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3535
3636 Making
@@ -38,14 +38,15 @@ make \
3838 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3939
4040 Installing
41-paco -p $TARGET "make install" \
41+porg -lp $TARGET "make install" \
4242 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4343
44-chmod -v 755 /usr/lib/libcdda_*.so.0.10.2
44+chmod -v 755 /usr/lib/libcdda_*.so.0.10.2 \
45+ 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4546
4647 TimeEnd
4748
4849 cd ..
4950 RemoveSrcDir
50-PacoingDone
51+PorgingDone
5152