mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
155 B

  1. hook_add premake 5 "qmake"
  2. hook_add postmake 5 qcake_pm
  3. qcake_pm ()
  4. {
  5. mv bin/qcake{,player} $bindir/
  6. mkdir -p $datadir/qcake
  7. mv bin/* $datadir/qcake
  8. }