Files
rk35xx-android14/external/sg3_utils/build_debian.sh
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
483 B
Bash
Executable File

#!/bin/sh
# If this script fails on a Debian 4.0 ("etch") system then read
# the debian/README.debian4 file.
echo "chmod +x debian/rules"
chmod +x debian/rules
# in some environments the '-rfakeroot' can cause a failure (e.g. when
# building as root). If so, remove that argument from the following:
echo "dpkg-buildpackage -b -rfakeroot -us -uc"
dpkg-buildpackage -b -rfakeroot -us -uc
# If the above succeeds then the ".deb" binary package is placed in the
# parent directory.