Kaydet (Commit) 74494105 authored tarafından sulincix's avatar sulincix

documentation fix

üst 987b2b8d
......@@ -35,6 +35,8 @@ for example:
.. code-block:: shell
cp -prfv $INSTALLDIR/* $PKGDIR/
cd $PKGDIR
tar -cf $CURDIR/$name-$version.tar *
_package(){
cp -prfv $INSTALLDIR/* $PKGDIR/
cd $PKGDIR
tar -cf $CURDIR/$name-$version.tar *
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment