Search Criteria
Package Details: angularjs 1.8.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/angularjs.git (read-only, click to copy) |
---|---|
Package Base: | angularjs |
Description: | An open-source JavaScript framework, whose goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier. |
Upstream URL: | http://angularjs.org |
Licenses: | MIT |
Submitter: | gavcos |
Maintainer: | Capricious-frog |
Last Packager: | Capricious-frog |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2013-05-28 12:53 (UTC) |
Last Updated: | 2022-08-16 18:48 (UTC) |
Latest Comments
phoenix17 commented on 2023-04-13 15:50 (UTC) (edited on 2023-04-13 15:50 (UTC) by phoenix17)
The
find
command:find "${pkgdir}"/usr -type d -execdir chmod 755 {} \+
Is failing when used with execdir option if it is on the main path:
find: The current directory is included in the PATH environment variable, which is insecure in combination with the -execdir action of find. Please remove the current directory from your $PATH (that is, remove ".", doubled colons, or leading or trailing colons) ==> ERROR: A failure occurred in package()
To fix replace it in the PKGBUILD with:
chmod -R 755 "${pkgdir}"/usr
Capricious-frog commented on 2022-08-16 14:38 (UTC)
I have updated the package and it now it's installed in /usr/share/javascript/${pkgname}/
<deleted-account> commented on 2016-01-03 16:04 (UTC)
gavcos commented on 2015-01-13 18:59 (UTC)
mudrii commented on 2015-01-05 11:53 (UTC)