Skip to content

Commit

Permalink
fs-skeleton: Remove leading / on links
Browse files Browse the repository at this point in the history
Assures that links do not point to the local host machine fs.
  • Loading branch information
larseje committed Nov 24, 2014
1 parent a72ef6b commit 0e5c90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs-skeleton/Buildfile
Expand Up @@ -26,8 +26,8 @@ build() {
install -d $PKG/run

# Create symlinks
ln -s /usr/bin $PKG/bin
ln -s /usr/sbin $PKG/sbin
ln -s usr/bin $PKG/bin
ln -s usr/sbin $PKG/sbin
ln -s ../var $PKG/usr/var
ln -s ../run $PKG/var/run

Expand Down

0 comments on commit 0e5c90a

Please sign in to comment.