Dash:
[t2-trunk.git] / package / filesystem / gptfdisk / gptfdisk.conf
blob9e77600fcc2261b0f16ae8f6cc43a9c247273eac
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gptfdisk/gptfdisk.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 runconf=0
14 makeinstopt=
16 gptfdisk_install()
18  #[ -f gdisk ] && cp -a -f gdisk $root$sbindir/
19  #[ -f cgdisk ] && cp -a -f cgdisk $root$sbindir/
20  #[ -f fixparts ] && cp -a -f fixparts $root$sbindir/
21  install -m755 -s gdisk $root$sbindir
22  install -m755 -s cgdisk $root$sbindir
23  install -m755 -s fixparts $root$sbindir
24  install -m755 -s sgdisk $root$sbindir
26 hook_add postmake 3 "gptfdisk_install"