Skip to content

Commit

Permalink
Fixed config.h not being installed, when using the build_pkg.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
systemofapwne committed Apr 20, 2021
1 parent aae6f27 commit e372efa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ cd $TEMP_DIR
rm -rf $SRC_NAME > /dev/null
mkdir -p $SRC_NAME
tar -xf tmp.tar -C $SRC_NAME

# HACK HACK HACK We purposedly ignored config.h earlier with the "--exclude-vcs --exclude-vcs-ignores" flags. Since config.h (if it exists) is in .gitignore, we need to add it manually.
cp ${ROOT}/driver/config.h $SRC_NAME/driver/

tar -cJf $SRC_NAME.tar.xz $SRC_NAME

# ########## Move compressed file to build folder
Expand Down

0 comments on commit e372efa

Please sign in to comment.