tweaks to packman build

remove --asroot arg to makepkg
This commit is contained in:
Campbell Barton
2015-03-24 06:49:44 +11:00
parent e7ae96ad41
commit 0737f59f62
2 changed files with 7 additions and 7 deletions

View File

@@ -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