This website requires JavaScript.
Explore
Help
Sign In
archr
/
Arch-R
Watch
0
Star
0
Fork
0
You've already forked Arch-R
mirror of
https://github.com/archr-linux/Arch-R.git
synced
2026-03-31 14:41:55 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f4bd511deeef2e53ae400e2689a97afdbfdb3b21
Arch-R
/
packages
/
sysutils
/
grep
/
install
7 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
new package: - add package grep, we need an full featured grep for upcoming pm-utils
2010-05-02 16:18:05 +02:00
#!/bin/sh
packages/sysutils: remove $PKG_DIR declaration (now in config/path), include config/options with package name Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:55:47 +02:00
. config/options $1
new package: - add package grep, we need an full featured grep for upcoming pm-utils
2010-05-02 16:18:05 +02:00
grep: install to /bin Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-03 15:17:23 +01:00
mkdir -p $INSTALL/bin
cp $PKG_BUILD/src/grep $INSTALL/bin
Reference in New Issue
Copy Permalink