summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/taxes/aangifte-2005/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/taxes/aangifte-2005/builder.sh')
-rw-r--r--pkgs/applications/taxes/aangifte-2005/builder.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/taxes/aangifte-2005/builder.sh b/pkgs/applications/taxes/aangifte-2005/builder.sh
index 8e01f6b8b3e0..e6b2bb8787ec 100644
--- a/pkgs/applications/taxes/aangifte-2005/builder.sh
+++ b/pkgs/applications/taxes/aangifte-2005/builder.sh
@@ -1,6 +1,5 @@
source $stdenv/setup
-buildPhase=buildPhase
buildPhase() {
for i in bin/*; do
patchelf \
@@ -10,10 +9,9 @@ buildPhase() {
done
}
-installPhase=installPhase
installPhase() {
ensureDir $out
cp -prvd * $out/
}
-genericBuild \ No newline at end of file
+genericBuild