diff --git a/haiku-apps/simplebackup/simplebackup-2.0.1.recipe b/haiku-apps/simplebackup/simplebackup-2.0.1.recipe index 48df5b7da..ca052e7cf 100644 --- a/haiku-apps/simplebackup/simplebackup-2.0.1.recipe +++ b/haiku-apps/simplebackup/simplebackup-2.0.1.recipe @@ -13,6 +13,8 @@ CHECKSUM_SHA256="463df905df35a74e81127d1c28d20a1f2c94ff1b89f6939abf081ecc70e60c6 ARCHITECTURES="x86_gcc2 !x86" +USER_SETTINGS_FILES="settings/SimpleBackup directory" + PROVIDES=" simplebackup = $portVersion app:SimpleBackup = $portVersion @@ -31,8 +33,6 @@ BUILD_PREREQUIRES=" cmd:make " -USER_SETTINGS_FILES="settings/SimpleBackup directory" - BUILD() { cd src @@ -57,4 +57,4 @@ INSTALL() # deskbar link addAppDeskbarSymlink $appsDir/SimpleBackup/SimpleBackup -} \ No newline at end of file +}