Skip to content

Commit 72ca0ce

Browse files
authored
Update license path for attr package (#941)
2 parents 3564f6d + d3e2b4b commit 72ca0ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/source.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"provide-pre-built": true,
4848
"license": {
4949
"type": "file",
50-
"path": "doc/COPYING"
50+
"path": "doc/COPYING.LGPL"
5151
}
5252
},
5353
"brotli": {
@@ -439,7 +439,7 @@
439439
"provide-pre-built": true,
440440
"license": {
441441
"type": "file",
442-
"path": "doc/COPYING"
442+
"path": "doc/COPYING.LGPL"
443443
}
444444
},
445445
"libaom": {

src/SPC/builder/unix/library/attr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function build(): void
1717
->exec('libtoolize --force --copy')
1818
->exec('./autogen.sh || autoreconf -if')
1919
->configure('--disable-nls')
20-
->make();
20+
->make('install-attributes_h install-data install-libattr_h install-libLTLIBRARIES install-pkgincludeHEADERS install-pkgconfDATA', with_install: false);
2121
$this->patchPkgconfPrefix(['libattr.pc'], PKGCONF_PATCH_PREFIX);
2222
}
2323
}

src/SPC/builder/unix/library/libacl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function build(): void
2626
->exec('libtoolize --force --copy')
2727
->exec('./autogen.sh || autoreconf -if')
2828
->configure('--disable-nls', '--disable-tests')
29-
->make();
29+
->make('install-acl_h install-libacl_h install-data install-libLTLIBRARIES install-pkgincludeHEADERS install-sysincludeHEADERS install-pkgconfDATA', with_install: false);
3030
$this->patchPkgconfPrefix(['libacl.pc'], PKGCONF_PATCH_PREFIX);
3131
}
3232
}

0 commit comments

Comments
 (0)