Skip to content

Commit

Permalink
Fix #151 Link is now absolute again. This logic really needs a
Browse files Browse the repository at this point in the history
refactoring.
  • Loading branch information
muuki88 committed Feb 4, 2014
1 parent 6d95423 commit ffdd29b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ trait GenericPackageSettings
if !file.isDirectory
if name startsWith "bin/"
if !(name endsWith ".bat") // IGNORE windows-y things.
} yield LinuxSymlink("/usr/" + name, installLocation.stripPrefix("/usr/")+"/"+pkg+"/"+name)
} yield LinuxSymlink("/usr/" + name, installLocation+"/"+pkg+"/"+name)
},
// Map configuration files
linuxPackageSymlinks <++= (normalizedName in Universal, mappings in Universal, defaultLinuxInstallLocation) map { (pkg, mappings, installLocation) =>
Expand Down

0 comments on commit ffdd29b

Please sign in to comment.