File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -862,11 +862,11 @@ tsukuri_install() {
862
862
[ " $nohooks " != " yes" ] && run_hooks " $name "
863
863
864
864
msg " Updating package database"
865
- install -Dm644 " $rootdir /.PKGINFO" " $rootdir /usr/lib/tsukuri/db/$name /pkginfo"
866
865
[ -f " $rootdir /.FILES" ] && install -Dm644 " $rootdir /.FILES" " $rootdir /usr/lib/tsukuri/db/$name /files"
867
866
[ -f " $rootdir /.INSTALL" ] && install -Dm755 " $rootdir /.INSTALL" " $rootdir /usr/lib/tsukuri/db/$name /install"
868
867
[ -f " $rootdir /usr/lib/tsukuri/db/$name /pkginfo" ] && rm -rf " $rootdir /usr/lib/tsukuri/db/$name /pkginfo"
869
868
869
+ archive_file_stdout " $pkg " " .PKGINFO" >> " $rootdir /usr/lib/tsukuri/db/$name /pkginfo"
870
870
rm -rf " $rootdir /.FILES" " $rootdir /.INSTALL" " $rootdir /.PKGINFO"
871
871
872
872
provides=" $( archive_file_stdout " $pkg " " .PKGINFO" | grep -w ' provides =' | sed ' s/provides = //' | tr ' \n' ' ' ) "
You can’t perform that action at this time.
0 commit comments