Skip to content

Commit

Permalink
update build items
Browse files Browse the repository at this point in the history
  • Loading branch information
hastmu committed Nov 5, 2024
1 parent d509f2f commit f2548e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .include.build.deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function gen_control_file() {
function gen_rootfs() {

# create dirs
mkdir "${DPKG_BUILD_ROOT}/usr/local/bin"
mkdir "${DPKG_BUILD_ROOT}/etc/apt/apt.conf.d"
mkdir -p "${DPKG_BUILD_ROOT}/usr/local/bin"
mkdir -p "${DPKG_BUILD_ROOT}/etc/apt/apt.conf.d"

# copy files
cp -av apt-proxy-detect.sh "${DPKG_BUILD_ROOT}/usr/local/bin/."
Expand Down

0 comments on commit f2548e9

Please sign in to comment.