Skip to content
Snippets Groups Projects
Commit 0737f59f authored by Campbell Barton's avatar Campbell Barton
Browse files

tweaks to packman build

remove --asroot arg to makepkg
parent e7ae96ad
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ package_debian: FORCE
cd build_files/package_spec ; DEB_BUILD_OPTIONS="parallel=$(NPROCS)" sh ./build_debian.sh
package_pacman: FORCE
cd build_files/package_spec/pacman ; MAKEFLAGS="-j$(NPROCS)" makepkg --asroot
cd build_files/package_spec/pacman ; MAKEFLAGS="-j$(NPROCS)" makepkg
package_archive: FORCE
make -C "$(BUILD_DIR)" -s package_archive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment