fixup "git-export" directory names
All tested to build. For freetalk the hash change seems unrelated to fetchgit changes. FIXME: it might be suitable to adapt nix-prefetch-git.
This commit is contained in:
@@ -33,10 +33,10 @@ let
|
||||
postPatch = ''
|
||||
export wineDir=$(pwd)
|
||||
patchShebangs $wineDir/tools/
|
||||
chmod u+w $wineDir/../git-export/debian/tools/
|
||||
patchShebangs $wineDir/../git-export/debian/tools/
|
||||
chmod -R +rwx ../git-export/
|
||||
make -C ../git-export/patches DESTDIR=$wineDir install
|
||||
chmod u+w $wineDir/../${wine_patches.name}/debian/tools/
|
||||
patchShebangs $wineDir/../${wine_patches.name}/debian/tools/
|
||||
chmod -R +rwx ../${wine_patches.name}/
|
||||
make -C ../${wine_patches.name}/patches DESTDIR=$wineDir install
|
||||
'';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user