> But why i mail to this list? I always compile my packages and install them > into > /opt/ . I don't decide to you help me how to do them, I need to introduce me > a > good documenation above apt-get source and make package from apt-get source.
To install in opt for programs with a ./configure script, you pass the option --prefix=/opt to configure. For ffmpeg specifically, edit the line in debian/rules which says "--prefix=/usr" to say "--prefix=/opt". -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

